window.search = {"doc_urls":["index.html#microrust","index.html#approach","index.html#scope","index.html#non-goals","index.html#reporting-problems","background/index.html#background","background/index.html#what-is-a-microcontroller","background/index.html#what-can-you-do-with-a-microcontroller","background/index.html#when-should-i-use-a-microcontroller","background/index.html#when-should-i--not--use-a-microcontroller","background/index.html#development-on-the-microbit","background/index.html#why-use-rust-and-not-c","background/index.html#why-should-i-not-use-rust","requirements/index.html#requirements","requirements/index.html#knowledge","requirements/index.html#hardware","hardware/index.html#meet-your-hardware","hardware/index.html#bbc-microbit-the-microbit","hardware/index.html#micro-usb-cable","hardware/index.html#external-battery-pack","hardware/index.html#plugging-it-in","setup/index.html#development-environment-setup","setup/index.html#documentation","setup/index.html#tools","setup/index.html#rustc---cargo","setup/index.html#os-specific-instructions","setup/LINUX.html#linux","setup/LINUX.html#required-packages","setup/LINUX.html#udev-rules","setup/WINDOWS.html#windows","setup/WINDOWS.html#arm-none-eabi-","setup/WINDOWS.html#openocd","setup/WINDOWS.html#putty","setup/MACOS.html#macos","setup/VERIFY.html#verify-the-installation","setup/VERIFY.html#linux-only","setup/VERIFY.html#verify-permissions","setup/VERIFY.html#all","setup/VERIFY.html#first-openocd-connection","getting-started/00.00.README.html#getting-started","getting-started/01.00.BUILD.html#new-project","getting-started/01.00.BUILD.html#targets","getting-started/01.00.BUILD.html#build-1","getting-started/01.00.BUILD.html#no_std","getting-started/01.00.BUILD.html#build-2","getting-started/01.00.BUILD.html#build-3","getting-started/01.00.BUILD.html#panic_impl","getting-started/01.00.BUILD.html#build-4","getting-started/01.00.BUILD.html#no_main","getting-started/01.00.BUILD.html#microbit-crate","getting-started/01.00.BUILD.html#embedded-hal","getting-started/01.00.BUILD.html#cortex-m-rt","getting-started/01.00.BUILD.html#cargo-config","getting-started/01.00.BUILD.html#cargoconfig","getting-started/01.00.BUILD.html#arm-none-eabi-gdb","getting-started/01.00.BUILD.html#build-target","getting-started/01.00.BUILD.html#build-5","getting-started/01.00.BUILD.html#cargotoml","getting-started/01.00.BUILD.html#srcmainrs","getting-started/01.00.BUILD.html#a--return-type","getting-started/01.00.BUILD.html#srcmainrs","getting-started/01.00.BUILD.html#build-6","getting-started/01.00.BUILD.html#build-complete","getting-started/02.00.FLASH.html#flashing","getting-started/02.00.FLASH.html#gdbinit","getting-started/03.00.DEBUG.html#debugging","getting-started/03.00.DEBUG.html#setup","getting-started/03.00.DEBUG.html#gdb-session","getting-started/03.00.DEBUG.html#what-next","getting-started/04.00.SOLUTION.html#solution","getting-started/04.00.SOLUTION.html#cargotoml","getting-started/04.00.SOLUTION.html#rust","getting-started/04.00.SOLUTION.html#cargoconfig","getting-started/04.00.SOLUTION.html#gdbinit","hello-world/00.00.README.html#hello-world","hello-world/01.00.SEMIHOSTING.html#semihosting","hello-world/01.00.SEMIHOSTING.html#semihosting-is-slow","hello-world/01.00.SEMIHOSTING.html#gdb","hello-world/01.00.SEMIHOSTING.html#openocd","hello-world/01.00.SEMIHOSTING.html#panic","hello-world/01.00.SEMIHOSTING.html#stdout","hello-world/02.00.UART.html#serial-communication","hello-world/02.00.UART.html#usb","hello-world/02.00.UART.html#tooling","hello-world/02.00.UART.html#code","hello-world/02.01.NIX.html#nix-tooling","hello-world/02.01.NIX.html#minicom","hello-world/02.01.NIX.html#minicom--commands","hello-world/02.02.WINDOWS.html#windows-tooling","hello-world/03.00.LED.html#gpio-and-leds","hello-world/03.00.LED.html#gpio","hello-world/03.00.LED.html#led","hello-world/03.01.SOLUTION.html#solution","choice/00.00.README.html#choose-your-own-adventure","microbit/00.00.README.html#microbit-hal","microbit/01.00.BUTTONS.html#buttons","microbit/01.00.BUTTONS.html#user-buttons","microbit/02.00.DELAY.html#delays","microbit/03.00.DISPLAY.html#display","microbit/03.00.DISPLAY.html#blocking-binary-image-display","serial/00.00.README.html#wip---uart-serial-server","serial/00.00.README.html#input-and-output","serial/01.00.ECHO.html#echo-server","serial/01.00.ECHO.html#flow","serial/01.01.THEORY.html#serial-theory","serial/01.01.THEORY.html#writeln--and-carriage-return","serial/01.01.THEORY.html#control-characters","serial/01.01.THEORY.html#writeln--macro","serial/01.01.THEORY.html#minicom","serial/01.01.THEORY.html#putty","serial/01.01.THEORY.html#blocking","serial/01.01.THEORY.html#block","serial/01.01.THEORY.html#tx----embedded_halserialwrite--or--corefmtwrite","serial/01.02.ECHO.html#echo-solution","serial/02.00.html#exercises","serial/02.01.html#reverse-echo","serial/02.01.html#flow","serial/02.01.html#useful-crates","serial/02.01.SOLUTION.html#solution","serial/02.02.html#countdown","serial/02.02.html#useful-crates","serial/02.02.SOLUTION.html#solution","serial/02.04.html#quiz","serial/02.04.SOLUTION.html#solution","display/00.00.README.html#wip---led-display","display/01.00.THEORY.html#theory","display/01.00.THEORY.html#led-dot-matrix-display","display/01.00.THEORY.html#persistence-of-vision","display/01.00.THEORY.html#multiplexing","display/01.00.THEORY.html#method","display/02.00.PROBLEM.html#problem-statement","display/02.01.LAYOUT.html#led-layout","display/02.01.LAYOUT.html#schematics","display/02.01.LAYOUT.html#reference-design","display/02.02.DELAY.html#delays","display/02.02.DELAY.html#for-loop","display/02.02.DELAY.html#timers","display/02.02.DELAY.html#microbit","display/02.03.MULT.html#multiplexing","display/02.03.MULT.html#pseudocode","display/03.00.SOLUTION.html#solution","display/03.01.LAYOUT.html#layout","display/03.02.MULT.html#multiplexing","display/03.03.FULL.html#full-solution","sensors/00.00.README.html#wip---sensors-and-i²c","nb/00.00.README.html#wip---interrupts","nb/00.00.README.html#wip---interrupts","rtfm/00.00.README.html#wip---real-time","hal/00.00.README.html#wip---creating-a-hal","appendix/explore.html#whats-left-for-you-to-explore","appendix/explore.html#multitasking","appendix/explore.html#direct-memory-access-dma","appendix/explore.html#sleeping","appendix/explore.html#pulse-width-modulation-pwm","appendix/explore.html#digital-input","appendix/explore.html#sensor-fusion","appendix/explore.html#analog-to-digital-converters-adc","appendix/explore.html#digital-to-analog-converters-dac","appendix/explore.html#real-time-clock-rtc","appendix/explore.html#other-communication-protocols","appendix/gdb.html#gdb-cheatsheet","appendix/troubleshooting.html#general-troubleshooting","appendix/troubleshooting.html#openocd-problems","appendix/troubleshooting.html#cant-connect-to-openocd---error-open-failed","appendix/troubleshooting.html#cant-connect-to-openocd---polling-again-in-x00ms","appendix/troubleshooting.html#openocd-connection-lost---polling-again-in-x00ms","appendix/troubleshooting.html#cargo-problems","appendix/troubleshooting.html#cant-find-crate-for--core-","appendix/troubleshooting.html#build-problems","appendix/troubleshooting.html#error-language-item-required-but-not-found-eh_personality","appendix/troubleshooting.html#error-ld-cannot-open-linker-script-file-memoryx-no-such-file-or-directory"],"index":{"documentStore":{"docInfo":{"0":{"body":23,"breadcrumbs":1,"title":1},"1":{"body":55,"breadcrumbs":1,"title":1},"10":{"body":37,"breadcrumbs":2,"title":2},"100":{"body":17,"breadcrumbs":4,"title":4},"101":{"body":18,"breadcrumbs":2,"title":2},"102":{"body":29,"breadcrumbs":5,"title":2},"103":{"body":45,"breadcrumbs":4,"title":1},"104":{"body":11,"breadcrumbs":7,"title":2},"105":{"body":60,"breadcrumbs":8,"title":3},"106":{"body":27,"breadcrumbs":7,"title":2},"107":{"body":18,"breadcrumbs":7,"title":2},"108":{"body":13,"breadcrumbs":6,"title":1},"109":{"body":9,"breadcrumbs":6,"title":1},"11":{"body":51,"breadcrumbs":3,"title":3},"110":{"body":28,"breadcrumbs":6,"title":1},"111":{"body":12,"breadcrumbs":6,"title":1},"112":{"body":20,"breadcrumbs":8,"title":3},"113":{"body":72,"breadcrumbs":7,"title":2},"114":{"body":10,"breadcrumbs":4,"title":1},"115":{"body":26,"breadcrumbs":6,"title":2},"116":{"body":30,"breadcrumbs":5,"title":1},"117":{"body":1,"breadcrumbs":6,"title":2},"118":{"body":141,"breadcrumbs":7,"title":1},"119":{"body":20,"breadcrumbs":5,"title":1},"12":{"body":67,"breadcrumbs":2,"title":2},"120":{"body":1,"breadcrumbs":6,"title":2},"121":{"body":138,"breadcrumbs":6,"title":1},"122":{"body":0,"breadcrumbs":5,"title":1},"123":{"body":0,"breadcrumbs":6,"title":1},"124":{"body":41,"breadcrumbs":3,"title":3},"125":{"body":0,"breadcrumbs":3,"title":1},"126":{"body":30,"breadcrumbs":6,"title":4},"127":{"body":22,"breadcrumbs":4,"title":2},"128":{"body":16,"breadcrumbs":3,"title":1},"129":{"body":18,"breadcrumbs":3,"title":1},"13":{"body":0,"breadcrumbs":1,"title":1},"130":{"body":67,"breadcrumbs":4,"title":2},"131":{"body":8,"breadcrumbs":5,"title":2},"132":{"body":29,"breadcrumbs":4,"title":1},"133":{"body":93,"breadcrumbs":5,"title":2},"134":{"body":26,"breadcrumbs":4,"title":1},"135":{"body":52,"breadcrumbs":4,"title":1},"136":{"body":30,"breadcrumbs":4,"title":1},"137":{"body":14,"breadcrumbs":4,"title":1},"138":{"body":16,"breadcrumbs":4,"title":1},"139":{"body":54,"breadcrumbs":4,"title":1},"14":{"body":19,"breadcrumbs":1,"title":1},"140":{"body":5,"breadcrumbs":3,"title":1},"141":{"body":116,"breadcrumbs":4,"title":1},"142":{"body":100,"breadcrumbs":4,"title":1},"143":{"body":495,"breadcrumbs":5,"title":2},"144":{"body":0,"breadcrumbs":3,"title":3},"145":{"body":0,"breadcrumbs":2,"title":2},"146":{"body":0,"breadcrumbs":2,"title":2},"147":{"body":0,"breadcrumbs":3,"title":3},"148":{"body":0,"breadcrumbs":3,"title":3},"149":{"body":8,"breadcrumbs":3,"title":3},"15":{"body":108,"breadcrumbs":1,"title":1},"150":{"body":99,"breadcrumbs":1,"title":1},"151":{"body":45,"breadcrumbs":4,"title":4},"152":{"body":52,"breadcrumbs":1,"title":1},"153":{"body":87,"breadcrumbs":4,"title":4},"154":{"body":30,"breadcrumbs":2,"title":2},"155":{"body":43,"breadcrumbs":2,"title":2},"156":{"body":37,"breadcrumbs":4,"title":4},"157":{"body":37,"breadcrumbs":4,"title":4},"158":{"body":27,"breadcrumbs":4,"title":4},"159":{"body":159,"breadcrumbs":2,"title":2},"16":{"body":5,"breadcrumbs":2,"title":2},"160":{"body":81,"breadcrumbs":2,"title":2},"161":{"body":0,"breadcrumbs":2,"title":2},"162":{"body":0,"breadcrumbs":2,"title":2},"163":{"body":52,"breadcrumbs":6,"title":6},"164":{"body":99,"breadcrumbs":6,"title":6},"165":{"body":81,"breadcrumbs":6,"title":6},"166":{"body":0,"breadcrumbs":2,"title":2},"167":{"body":93,"breadcrumbs":4,"title":4},"168":{"body":0,"breadcrumbs":2,"title":2},"169":{"body":23,"breadcrumbs":6,"title":6},"17":{"body":106,"breadcrumbs":3,"title":3},"170":{"body":20,"breadcrumbs":10,"title":10},"18":{"body":8,"breadcrumbs":3,"title":3},"19":{"body":18,"breadcrumbs":3,"title":3},"2":{"body":33,"breadcrumbs":1,"title":1},"20":{"body":35,"breadcrumbs":1,"title":1},"21":{"body":16,"breadcrumbs":3,"title":3},"22":{"body":25,"breadcrumbs":1,"title":1},"23":{"body":57,"breadcrumbs":1,"title":1},"24":{"body":38,"breadcrumbs":2,"title":2},"25":{"body":9,"breadcrumbs":3,"title":3},"26":{"body":6,"breadcrumbs":4,"title":1},"27":{"body":107,"breadcrumbs":5,"title":2},"28":{"body":135,"breadcrumbs":5,"title":2},"29":{"body":0,"breadcrumbs":4,"title":1},"3":{"body":48,"breadcrumbs":2,"title":2},"30":{"body":33,"breadcrumbs":6,"title":3},"31":{"body":43,"breadcrumbs":4,"title":1},"32":{"body":11,"breadcrumbs":4,"title":1},"33":{"body":40,"breadcrumbs":4,"title":1},"34":{"body":5,"breadcrumbs":5,"title":2},"35":{"body":0,"breadcrumbs":4,"title":1},"36":{"body":72,"breadcrumbs":5,"title":2},"37":{"body":0,"breadcrumbs":3,"title":0},"38":{"body":168,"breadcrumbs":6,"title":3},"39":{"body":25,"breadcrumbs":2,"title":2},"4":{"body":14,"breadcrumbs":2,"title":2},"40":{"body":29,"breadcrumbs":4,"title":2},"41":{"body":58,"breadcrumbs":3,"title":1},"42":{"body":72,"breadcrumbs":4,"title":2},"43":{"body":19,"breadcrumbs":3,"title":1},"44":{"body":27,"breadcrumbs":4,"title":2},"45":{"body":17,"breadcrumbs":4,"title":2},"46":{"body":40,"breadcrumbs":3,"title":1},"47":{"body":10,"breadcrumbs":4,"title":2},"48":{"body":88,"breadcrumbs":3,"title":1},"49":{"body":15,"breadcrumbs":4,"title":2},"5":{"body":0,"breadcrumbs":1,"title":1},"50":{"body":35,"breadcrumbs":4,"title":2},"51":{"body":56,"breadcrumbs":5,"title":3},"52":{"body":15,"breadcrumbs":4,"title":2},"53":{"body":53,"breadcrumbs":3,"title":1},"54":{"body":16,"breadcrumbs":6,"title":4},"55":{"body":12,"breadcrumbs":4,"title":2},"56":{"body":0,"breadcrumbs":4,"title":2},"57":{"body":8,"breadcrumbs":3,"title":1},"58":{"body":26,"breadcrumbs":3,"title":1},"59":{"body":18,"breadcrumbs":4,"title":2},"6":{"body":32,"breadcrumbs":1,"title":1},"60":{"body":11,"breadcrumbs":3,"title":1},"61":{"body":14,"breadcrumbs":4,"title":2},"62":{"body":32,"breadcrumbs":4,"title":2},"63":{"body":569,"breadcrumbs":3,"title":1},"64":{"body":56,"breadcrumbs":3,"title":1},"65":{"body":0,"breadcrumbs":3,"title":1},"66":{"body":16,"breadcrumbs":3,"title":1},"67":{"body":687,"breadcrumbs":4,"title":2},"68":{"body":12,"breadcrumbs":3,"title":1},"69":{"body":3,"breadcrumbs":3,"title":1},"7":{"body":77,"breadcrumbs":1,"title":1},"70":{"body":13,"breadcrumbs":3,"title":1},"71":{"body":22,"breadcrumbs":3,"title":1},"72":{"body":53,"breadcrumbs":3,"title":1},"73":{"body":31,"breadcrumbs":3,"title":1},"74":{"body":19,"breadcrumbs":2,"title":2},"75":{"body":20,"breadcrumbs":3,"title":1},"76":{"body":29,"breadcrumbs":4,"title":2},"77":{"body":20,"breadcrumbs":3,"title":1},"78":{"body":37,"breadcrumbs":3,"title":1},"79":{"body":37,"breadcrumbs":3,"title":1},"8":{"body":115,"breadcrumbs":2,"title":2},"80":{"body":21,"breadcrumbs":3,"title":1},"81":{"body":56,"breadcrumbs":4,"title":2},"82":{"body":10,"breadcrumbs":3,"title":1},"83":{"body":10,"breadcrumbs":3,"title":1},"84":{"body":63,"breadcrumbs":3,"title":1},"85":{"body":78,"breadcrumbs":6,"title":2},"86":{"body":185,"breadcrumbs":5,"title":1},"87":{"body":43,"breadcrumbs":6,"title":2},"88":{"body":139,"breadcrumbs":6,"title":2},"89":{"body":0,"breadcrumbs":4,"title":2},"9":{"body":34,"breadcrumbs":2,"title":2},"90":{"body":58,"breadcrumbs":3,"title":1},"91":{"body":190,"breadcrumbs":3,"title":1},"92":{"body":133,"breadcrumbs":5,"title":1},"93":{"body":45,"breadcrumbs":2,"title":2},"94":{"body":26,"breadcrumbs":2,"title":2},"95":{"body":9,"breadcrumbs":4,"title":1},"96":{"body":120,"breadcrumbs":5,"title":2},"97":{"body":15,"breadcrumbs":4,"title":1},"98":{"body":24,"breadcrumbs":4,"title":1},"99":{"body":204,"breadcrumbs":7,"title":4}},"docs":{"0":{"body":"Discover the world of microcontrollers through Rust on the BBC micro:bit ! This book is an introductory course on microcontroller-based embedded systems that uses Rust as the teaching language (rather than the usual C/C++), and the micro:bit as the target system.","breadcrumbs":"MicroRust","id":"0","title":"MicroRust"},"1":{"body":"Beginner friendly. No previous experience with microcontrollers or embedded systems is required. Hands on. You will be doing most of the work here. When possible, pages will end on a problem for you to solve, with the solution on the next page. There are plenty of exercises to put the theory into practice. Standard. We'll make plenty use of standard tooling and processes to ease development so you can apply the skills learnt to any Rust embedded project. Fixing compiler errors, debugging with GDB, and logging will be introduced early on. Using LEDs as a debugging mechanism has no place here.","breadcrumbs":"Approach","id":"1","title":"Approach"},"10":{"body":"The micro:bit website offers several very simple ways of programming a microbit, aimed at teaching school children how to program. This is a very good introduction to the world of microcontollers and programming, but falls short of teaching true embedded development. From there you would usually move to C to develop skills useful in industry, developing performant embedded software.","breadcrumbs":"Development on the micro:bit","id":"10","title":"Development on the micro:bit"},"100":{"body":"In the first section of this book we saw how to do a simple debug print using serial. This is useful for logging and debugging, but does not cover the full potential of the UART peripheral.","breadcrumbs":"WIP - UART serial server","id":"100","title":"WIP - UART serial server"},"101":{"body":"The simultaneous input and output capabilities of the UART allow for both your computer and the micro:bit to act as a server. They can receive a transmission, process it, perform some action, and send a response.","breadcrumbs":"Input and output","id":"101","title":"Input and output"},"102":{"body":"An echo server, is probably the simplest server we could make. It should receive a message, and echo it back to the sender. We earlier said that minicom/PuTTY would transmit any keystrokes we send, and display and data received, so the end result should be the familiar experience of typing and seeing the letters typed appear as expected.","breadcrumbs":"Serial UART - Blocking » Echo Server","id":"102","title":"Echo Server"},"103":{"body":"The character a is typed minicom/PuTTY encodes the a character's unicode code point ( 097 in decimal) as a word in a serial frame The frame is transmitted to the micro:bit over USB The micro:bit software decodes the frame to get the word The microbit software re-encodes the word to get a (new but identical) frame The frame is transmitted to the computer over USB minicom/PuTTY decodes the frame's word as a unicode code point The letter a is displayed","breadcrumbs":"Serial UART - Blocking » Flow","id":"103","title":"Flow"},"104":{"body":"The micro:bit core crate implements the embedded_hal::serial::Write and embedded_hal::serial::Read traits for the tx and rx pins respectively.","breadcrumbs":"Serial UART - Blocking » Echo Server » Serial Theory","id":"104","title":"Serial Theory"},"105":{"body":"In the introduction page on serial communication, I brushed over this: // Write string with newline and carriage return\nlet _ = write!(tx, \"serial test\\r\\n\"); A naïve assumption would be to try the seemingly more correct writeln! macro: // Write string with newline and carriage return\nlet _ = writeln!(tx, \"serial test\"); This will usually fail to do what is intended, as multiple writes will only print one line in PuTTY, and produce the following in minicom: serial test serial test serial test serial test Your choices are to either configure minicom and PuTTY appropriately or use write! with \\r\\n .","breadcrumbs":"Serial UART - Blocking » Echo Server » writeln! and Carriage Return","id":"105","title":"writeln! and Carriage Return"},"106":{"body":"The control characters operate based on a print head, as used in teleprinters . \\r - Carriage Return - The print head is moves left to the start of the line. \\n - Line Feed - The print head moves down once to a new line.","breadcrumbs":"Serial UART - Blocking » Echo Server » Control Characters","id":"106","title":"Control Characters"},"107":{"body":"The writeln! macro should append a new line, but he documentation for core::writeln says: On all platforms, the newline is the LINE FEED character (\\n/U+000A) alone (no additional CARRIAGE RETURN (\\r/U+000D).","breadcrumbs":"Serial UART - Blocking » Echo Server » writeln! macro","id":"107","title":"writeln! macro"},"108":{"body":"CTRL-A + Z will tell you that CTRL-A + U will add a carriage return. This will add a carriage return to a received \\n","breadcrumbs":"Serial UART - Blocking » Echo Server » minicom","id":"108","title":"minicom"},"109":{"body":"In PuTTY, you can enable enable Implicit LF in every CR under Terminal options.","breadcrumbs":"Serial UART - Blocking » Echo Server » PuTTY","id":"109","title":"PuTTY"},"11":{"body":"Hopefully I don't need to convince you here as you are probably familiar with the language differences between Rust and C. One point I do want to bring up is package management. C lacks an official, widely accepted package management solution whereas Rust has Cargo. This makes development much easier. And, IMO, easy package management encourages code reuse because libraries can be easily integrated into an application which is also a good thing as libraries get more \"battle testing\".","breadcrumbs":"Why use Rust and not C?","id":"11","title":"Why use Rust and not C?"},"110":{"body":"Behind the scenes, embedded_hal::serial uses the nb crate to allow for blocking and non-blocking operation. This is implemented in embedded_hal crates by returning nb::Error::WouldBlock when a read or write action cannot be performed immediately. In this chapter, we will only be using read and write as simple blocking calls.","breadcrumbs":"Serial UART - Blocking » Echo Server » Blocking","id":"110","title":"Blocking"},"111":{"body":"The block! macro provided by the crate continuously calls the expression contained until it no longer returns Error::WouldBlock.","breadcrumbs":"Serial UART - Blocking » Echo Server » block!","id":"111","title":"block!"},"112":{"body":"The write! and writeln! macros call write_str of the core::fmt::Write trait which is implemented for Tx. write_str is implemented as a blocking call to write of the embedded_hal::serial::Write trait. This means write!(tx, \"a\") is equivalent to block!(tx.write(b'a')) .","breadcrumbs":"Serial UART - Blocking » Echo Server » Tx - embedded_hal::serial::Write or core::fmt::Write","id":"112","title":"Tx - embedded_hal::serial::Write or core::fmt::Write"},"113":{"body":"#![no_std]\n#![no_main] extern crate panic_semihosting;\nextern crate cortex_m_rt as rt;\nextern crate cortex_m_semihosting as sh;\nextern crate microbit; use core::fmt::Write;\nuse rt::entry;\nuse sh::hio; use microbit::hal::prelude::*;\nuse microbit::hal::serial;\nuse microbit::hal::serial::BAUD115200;\nuse microbit::nb::block; #[entry]\nfn main() -> ! { let mut stdout = hio::hstdout().unwrap(); writeln!(stdout, \"Start\").unwrap(); if let Some(p) = microbit::Peripherals::take() { // Split GPIO let mut gpio = p.GPIO.split(); // Configure RX and TX pins accordingly let tx = gpio.pin24.into_push_pull_output().downgrade(); let rx = gpio.pin25.into_floating_input().downgrade(); // Configure serial communication let (mut tx, mut rx) = serial::Serial::uart0(p.UART0, tx, rx, BAUD115200).split(); writeln!(tx, \"Start\"); loop { let val = block!(rx.read()).unwrap(); block!(tx.write(val)); } } panic!(\"End\");\n}","breadcrumbs":"Serial UART - Blocking » Echo Server » Echo Solution","id":"113","title":"Echo Solution"},"114":{"body":"Reverse echo a line of input Numerical countdown Display echo Quiz game","breadcrumbs":"Serial UART - Blocking » Exercises","id":"114","title":"Exercises"},"115":{"body":"The micro:bit should buffer characters it receives until \\n or \\r is received (the enter key is pressed on the host computer). The characters should then be printed back in reverse order to the host computer. The characters may also be echoed like earlier to see what is being typed.","breadcrumbs":"Serial UART - Blocking » Exercises » Reverse Echo","id":"115","title":"Reverse Echo"},"116":{"body":"Letter a is typed and transmitted to the micro:bit (optional) The micro:bit retransmits the letter a (echo) Letter b is typed and transmitted to the micro:bit (optional) The micro:bit retransmits the letter b (echo) Enter key is pressed and \\r is transmitted to the micro:bit Letters ba are transmitted from the micro:bit","breadcrumbs":"Serial UART - Blocking » Exercises » Flow","id":"116","title":"Flow"},"117":{"body":"Heapless","breadcrumbs":"Serial UART - Blocking » Exercises » Useful crates","id":"117","title":"Useful crates"},"118":{"body":"#![no_std]\n#![no_main] extern crate panic_semihosting;\nextern crate cortex_m_rt as rt;\nextern crate cortex_m_semihosting as sh;\nextern crate heapless;\nextern crate microbit; use core::fmt::Write;\nuse rt::entry;\nuse sh::hio;\nuse heapless::{consts, Vec}; use microbit::hal::prelude::*;\nuse microbit::hal::delay::Delay;\nuse microbit::hal::serial;\nuse microbit::hal::serial::BAUD115200; #[entry]\nfn main() -> ! { let mut stdout = hio::hstdout().unwrap(); writeln!(stdout, \"Start\").unwrap(); if let Some(p) = microbit::Peripherals::take() { // Split GPIO let mut gpio = p.GPIO.split(); // Create delay provider let mut delay = Delay::new(p.TIMER0); // Configure RX and TX pins accordingly let tx = gpio.pin24.into_push_pull_output().downgrade(); let rx = gpio.pin25.into_floating_input().downgrade(); // Configure serial communication let (mut tx, mut rx) = serial::Serial::uart0(p.UART0, tx, rx, BAUD115200).split(); // A buffer with 32 bytes of capacity let mut buffer: Vec = Vec::new(); writeln!(tx, \"Start\"); loop { loop { // Read let byte = block!(rx.read()).unwrap(); // Echo block!(tx.write(byte)); // Carriage return if byte == b'\\r' { break; } // Push to buffer if buffer.push(byte).is_err() { // Buffer full writeln!(tx, \"\\r\\nWarning: buffer full, dumping buffer\"); break; } } // Uncomment to not overwrite input string //writeln!(tx, \"\"); // Respond for b in buffer.iter().rev() { block!(tx.write(*b)); } writeln!(tx, \"\"); buffer.clear(); } } panic!(\"End\");\n} I have used an implementation of a vector on the stack, provided by the heapless crate. After 32 characters (a char is a u8 byte) the heapless vector is full, and an error is shown.","breadcrumbs":"Serial UART - Blocking » Exercises » Reverse echo » Solution","id":"118","title":"Solution"},"119":{"body":"You should be able to type a number greater than 0, press enter, and the micro:bit will return a countdown. 5\n4\n3\n2\n1 Feel free to add your own surprise at the end of the countdown","breadcrumbs":"Serial UART - Blocking » Exercises » Countdown","id":"119","title":"Countdown"},"12":{"body":"Or why should I prefer C over Rust? The C ecosystem is way more mature. Off the shelf solution for several problems already exist. If you need to control a time sensitive process, you can grab one of the existing commercial Real Time Operating Systems (RTOS) out there and solve your problem. There are no commercial, production-grade RTOSes in Rust yet so you would have to either create one yourself or try one of the ones that are in development. If you are looking to develop your skills to find a job, it is currently unlikely that a company doing embedded software development will be using Rust, and so your time would be better spent learning normal embedded development using C.","breadcrumbs":"Why should I not use Rust?","id":"12","title":"Why should I not use Rust?"},"120":{"body":"Heapless","breadcrumbs":"Serial UART - Blocking » Exercises » Useful crates","id":"120","title":"Useful crates"},"121":{"body":"#![no_std]\n#![no_main] extern crate panic_semihosting;\nextern crate cortex_m_rt as rt;\nextern crate cortex_m_semihosting as sh;\nextern crate heapless;\nextern crate microbit; use core::fmt::Write;\nuse rt::entry;\nuse sh::hio;\nuse heapless::{consts, Vec, String}; use microbit::hal::prelude::*;\nuse microbit::hal::delay::Delay;\nuse microbit::hal::serial;\nuse microbit::hal::serial::BAUD115200; #[entry]\nfn main() -> ! { let mut stdout = hio::hstdout().unwrap(); writeln!(stdout, \"Start\").unwrap(); if let Some(p) = microbit::Peripherals::take() { // Split GPIO let mut gpio = p.GPIO.split(); // Create delay provider let mut delay = Delay::new(p.TIMER0); // Configure RX and TX pins accordingly let tx = gpio.pin24.into_push_pull_output().downgrade(); let rx = gpio.pin25.into_floating_input().downgrade(); // Configure serial communication let (mut tx, mut rx) = serial::Serial::uart0(p.UART0, tx, rx, BAUD115200).split(); writeln!(tx, \"Start\"); loop { // A buffer with 32 bytes of capacity let mut buffer: Vec = Vec::new(); loop { // Read let byte = block!(rx.read()).unwrap(); // Echo block!(tx.write(byte)); // Carriage return if byte == b'\\r' { break; } // Push to buffer if buffer.push(byte).is_err() { // Buffer full writeln!(tx, \"\\r\\nWarning: buffer full, dumping buffer\"); break; } } // Buffer to string let buf_str = String::from_utf8(buffer).unwrap(); writeln!(tx, \"\"); match buf_str.parse() { // Transmit countdown Ok(buf_int) => { for i in (1..buf_int).rev() { delay.delay_ms(1000_u32); writeln!(tx, \"{}\", i); } // Add post countdown effects here }, // Transmit parse error Err(e) => writeln!(tx, \"{:?}\", e).unwrap(), } } } panic!(\"End\");\n}","breadcrumbs":"Serial UART - Blocking » Exercises » Countdown » Solution","id":"121","title":"Solution"},"122":{"body":"","breadcrumbs":"Serial UART - Blocking » Exercises » Quiz","id":"122","title":"Quiz"},"123":{"body":"","breadcrumbs":"Serial UART - Blocking » Exercises » Quiz » Solution","id":"123","title":"Solution"},"124":{"body":"This chapters follows on from the basic LED example from getting started. The LEDs are wired up in a matrix, as described in these schematics . Only a small proportion of images can be displayed at once with this layout; it is impossible for example to turn on both LED1 and LED11 without also having LED2 and LED10 turning on. In this chapter we will be talking through how to achieve the impossible, displaying any chosen image, and even adjusting the brightness!","breadcrumbs":"WIP - LED display","id":"124","title":"WIP - LED display"},"125":{"body":"","breadcrumbs":"LED display » Theory","id":"125","title":"Theory"},"126":{"body":"A dot matrix display is a display containing a two dimensional array of points, used to represent characters, symbols, or images. All displays today are dot matrix displays, but vector displays also used to exist, examples include radar displays and 1980s arcade games.","breadcrumbs":"LED display » LED dot matrix display","id":"126","title":"LED dot matrix display"},"127":{"body":"In order to achieve full control of all LEDs we need to use an optical illusion called the persistence of vision . This effect causes light which has ceased entering the eye to still be seen for a little while after it has disappeared.","breadcrumbs":"LED display » Persistence of vision","id":"127","title":"Persistence of vision"},"128":{"body":"Multiplexing is the combination of multiple signals over shared medium. In this case, we will be using human vision to multiplex time and space divided signals","breadcrumbs":"LED display » Multiplexing","id":"128","title":"Multiplexing"},"129":{"body":"We are able to fully control one (circuit) row of LEDs at a time, so by quickly looping through the rows lof LEDs, we can let the brain blur them together into a complete image.","breadcrumbs":"LED display » Method","id":"129","title":"Method"},"13":{"body":"","breadcrumbs":"Requirements","id":"13","title":"Requirements"},"130":{"body":"Display any given image on the micro:bit display. The image will be a 5x5 array, where 0 will represent off and 1 will represent on. The following, for example, should display a heart: let heart = [ [0, 1, 0, 1, 0], [1, 0, 1, 0, 1], [1, 0, 0, 0, 1], [0, 1, 0, 1, 0], [0, 0, 1, 0, 0],\n]; At this point, you may know enough to solve the problem yourself. If you want to jump straight to the solution, you can go to the end of the next section in this chapter. This section will continue formally breaking this problem down into smaller and more tractable pieces.","breadcrumbs":"LED display » Problem statement","id":"130","title":"Problem statement"},"131":{"body":"Convert a 5x5 array into a 3x9 array to match the display's circuitry.","breadcrumbs":"LED display » Problem » LED layout","id":"131","title":"LED layout"},"132":{"body":"The schem1 discussed earlier describe the electrical layout of the LEDs, but they do not describe how it relates to the visual layout. It would be a mistake to assume that the numbers 1 to 25 have any correlation to the visual layout of the LEDs on the micro:bit as they do NOT . It just happened to be that ROW0 and COL0 intersect at an LED in the top left corner.","breadcrumbs":"LED display » Problem » Schematics","id":"132","title":"Schematics"},"133":{"body":"To find the relationship between the electrical array and visual array, we need to look at the reference design for the micro:bit. This can be found through a link at the bottom of the micro:bit hardware page By navigating to the github page > PDF > Schematic Print, you can find a detailed electrical schematic for the micro:bit . In the top right, you will see an array which can be defined in Rust as follows: const LED_LAYOUT: [[(usize, usize); 5]; 5] = [ [(0, 0), (1, 3), (0, 1), (1, 4), (0, 2)], [(2, 3), (2, 4), (2, 5), (2, 6), (2, 7)], [(1, 1), (0, 8), (1, 2), (2, 8), (1, 0)], [(0, 7), (0, 6), (0, 5), (0, 4), (0, 3)], [(2, 2), (1, 6), (2, 0), (1, 5), (2, 1)],\n];","breadcrumbs":"LED display » Problem » Reference design","id":"133","title":"Reference design"},"134":{"body":"Create a time delay. Another piece of information you will need is how to create a time delay before moving to the next row. we want the time spent switching LED lines on and off to be much shorter than the time spent waiting with LEDs on.","breadcrumbs":"LED display » Problem » Delays","id":"134","title":"Delays"},"135":{"body":"A first attempt to implement the delay function without using any peripherals is to implement it as a for loop delay: fn delay(ms: u16) { const K: u16 = 16_000; // 16MHz microprocessor, needs to be tweaked for _ in 0..(K*ms) {}\n} When compiled in release mode however, this is optimized away. To solve this we could explicitly add an operation inside the loop. The perfect candidate is the NOP . fn delay(ms: u16) { const K: u16 = 16_000; // 16MHz microprocessor, needs to be tweaked for _ in 0..(K*ms) { cortex_m::asm::nop(); }\n}","breadcrumbs":"LED display » Problem » For loop","id":"135","title":"For loop"},"136":{"body":"A better way of implementing delays is by using timers. A one-shot timer (also called one pulse mode) works like an alarm clock. You set it once with the amount of time you want, and then wait until it goes off. Fortuinately for us, HAL crates usually have already solved this for us.","breadcrumbs":"LED display » Problem » Timers","id":"136","title":"Timers"},"137":{"body":"The microbit has 3 timers, we will use the first: TIMER0. To use it, do the following: if let Some(p) = microbit::Peripherals::take() { let mut delay = Delay::new(p.TIMER0); delay.delay_ms(1000_u32);\n}","breadcrumbs":"LED display » Problem » Microbit","id":"137","title":"Microbit"},"138":{"body":"Multiplex the rows of the matrix The final task is to multiplex the rows of electrical matrix into a full image. We will be doing this by scanning through the rows in the display.","breadcrumbs":"LED display » Problem » Multiplexing","id":"138","title":"Multiplexing"},"139":{"body":"In order to light up an LED, the row needs to be set high and the column needs to be set low. We will assume that at the start of a refresh cycle, that all the rows are set low and all the columns are set high. The order of operations during a refresh cycle is then, for each row: set the row high for each column set low if the LED associated with that row-column pair should be on sleep for a known duration, you should find 2ms is sufficient for each column set high set the row low","breadcrumbs":"LED display » Problem » Pseudocode","id":"139","title":"Pseudocode"},"14":{"body":"The only knowledge requirement to read this book is to know some Rust. It's hard to quantify some but a good benchmark is having read and understood the first 14 chapters of the Rust book .","breadcrumbs":"Knowledge","id":"14","title":"Knowledge"},"140":{"body":"This solution describes a blocking display driver.","breadcrumbs":"LED display » Solution","id":"140","title":"Solution"},"141":{"body":"Convert a 5x5 array into a 3x9 array to match the display's circuitry. const LED_LAYOUT: [[(usize, usize); 5]; 5] = [ [(0, 0), (1, 3), (0, 1), (1, 4), (0, 2)], [(2, 3), (2, 4), (2, 5), (2, 6), (2, 7)], [(1, 1), (0, 8), (1, 2), (2, 8), (1, 0)], [(0, 7), (0, 6), (0, 5), (0, 4), (0, 3)], [(2, 2), (1, 6), (2, 0), (1, 5), (2, 1)],\n]; /// Convert 5x5 display image to 3x9 matrix image\npub fn display2matrix(led_display: [[u8; 5]; 5]) -> [[u8; 9]; 3] { // Create 3x9 array let mut led_matrix: [[u8; 9]; 3] = [[0; 9]; 3]; // Iterate through zip of input array and layout array for (led_display_row, layout_row) in led_display.iter().zip(LED_LAYOUT.iter()) { // Continue iterating through rows for (led_display_val, layout_loc) in led_display_row.iter().zip(layout_row) { // Assign dereferenced val to array led_matrix[layout_loc.0][layout_loc.1] = *led_display_val; } } return led_matrix;\n}","breadcrumbs":"LED display » Solution » Layout","id":"141","title":"Layout"},"142":{"body":"Multiplex the rows of the matrix /// Display 3x9 matrix image for a given duration.\npub fn display_pre(&mut self, delay: &mut Delay, led_matrix: [[u8; 9]; 3], duration_ms: u32) { // TODO // These need to be populated with PINs, e.g.: let rows = [PIN; 3]; let cols = [PIN; 9]; // Set refresh rate. let delay_ms = 2; // Calculate number of loops. let loops = duration_ms / (rows.len() as u32 * delay_ms); for _ in 0..loops { for (row_line, led_matrix_row) in rows.iter_mut().zip(led_matrix.iter()) { // Set the row high. row_line.set_high(); // Set the correct pins low (on) // This could lead to very small differences in execution time, // but this is not worth correcting for, as it is << 2ms. for (col_line, led_matrix_val) in cols.iter_mut().zip(led_matrix_row.iter()) { // We ignore any brightness setting, just use 0 and 1. if *led_matrix_val > 0 { col_line.set_low(); } } delay.delay_ms(delay_ms); // It is not worth the logic to check which pins need resetting, // so set all the pins back high. for col_line in &mut cols { col_line.set_high(); } // Set the row back low. row_line.set_low(); } }\n}","breadcrumbs":"LED display » Solution » Multiplexing","id":"142","title":"Multiplexing"},"143":{"body":"For the most modern implementations, please look at the code in the micro:bit crate . #![no_std]\n#![no_main] extern crate panic_semihosting;\nextern crate cortex_m_rt as rt;\nextern crate cortex_m_semihosting as sh;\nextern crate microbit; use core::fmt::Write;\nuse rt::entry;\nuse sh::hio; use microbit::hal::delay::Delay;\nuse microbit::hal::gpio::gpio::PIN;\nuse microbit::hal::gpio::gpio::{PIN4, PIN5, PIN6, PIN7, PIN8, PIN9, PIN10, PIN11, PIN12, PIN13, PIN14, PIN15};\nuse microbit::hal::gpio::{Output, PushPull};\nuse microbit::hal::serial;\nuse microbit::hal::serial::BAUD115200;\nuse microbit::hal::prelude::*; type LED = PIN>; const DEFAULT_DELAY_MS: u32 = 2;\nconst LED_LAYOUT: [[(usize, usize); 5]; 5] = [ [(0, 0), (1, 3), (0, 1), (1, 4), (0, 2)], [(2, 3), (2, 4), (2, 5), (2, 6), (2, 7)], [(1, 1), (0, 8), (1, 2), (2, 8), (1, 0)], [(0, 7), (0, 6), (0, 5), (0, 4), (0, 3)], [(2, 2), (1, 6), (2, 0), (1, 5), (2, 1)],\n]; /// Array of all the LEDs in the 5x5 display on the board\npub struct Display { delay_ms: u32, rows: [LED; 3], cols: [LED; 9],\n} impl Display { /// Initializes all the user LEDs pub fn new( col1: PIN4>, col2: PIN5>, col3: PIN6>, col4: PIN7>, col5: PIN8>, col6: PIN9>, col7: PIN10>, col8: PIN11>, col9: PIN12>, row1: PIN13>, row2: PIN14>, row3: PIN15>, ) -> Self { let mut retval = Display { delay_ms: DEFAULT_DELAY_MS, rows: [row1.downgrade(), row2.downgrade(), row3.downgrade()], cols: [ col1.downgrade(), col2.downgrade(), col3.downgrade(), col4.downgrade(), col5.downgrade(), col6.downgrade(), col7.downgrade(), col8.downgrade(), col9.downgrade() ], }; // This is needed to reduce flickering on reset retval.clear(); retval } /// Clear display pub fn clear(&mut self) { for row in &mut self.rows { row.set_low(); } for col in &mut self.cols { col.set_high(); } } /// Convert 5x5 display image to 3x9 matrix image pub fn display2matrix(led_display: [[u8; 5]; 5]) -> [[u8; 9]; 3] { let mut led_matrix: [[u8; 9]; 3] = [[0; 9]; 3]; for (led_display_row, layout_row) in led_display.iter().zip(LED_LAYOUT.iter()) { for (led_display_val, layout_loc) in led_display_row.iter().zip(layout_row) { led_matrix[layout_loc.0][layout_loc.1] = *led_display_val; } } led_matrix } /// Display 5x5 display image for a given duration pub fn display(&mut self, delay: &mut Delay, led_display: [[u8; 5]; 5], duration_ms: u32) { let led_matrix = Display::display2matrix(led_display); // Calculates how long to block for // e.g. If the duration_ms is 500ms (half a second) // and self.delay_ms is 2ms (about 2ms per scan row), // each refresh takes 3rows×2ms, so we need 500ms / (3×2ms) loops. let loops = duration_ms / (self.rows.len() as u32 * self.delay_ms); for _ in 0..loops { for (row_line, led_matrix_row) in self.rows.iter_mut().zip(led_matrix.iter()) { row_line.set_high(); for (col_line, led_matrix_val) in self.cols.iter_mut().zip(led_matrix_row.iter()) { // We are keeping it simple, and not adding brightness if *led_matrix_val > 0 { col_line.set_low(); } } delay.delay_ms(self.delay_ms); for col_line in &mut self.cols { col_line.set_high(); } row_line.set_low(); } } }\n} #[entry]\nfn main() -> ! { let mut stdout = hio::hstdout().unwrap(); writeln!(stdout, \"Start\").unwrap(); if let Some(p) = microbit::Peripherals::take() { // Split GPIO let mut gpio = p.GPIO.split(); // Configure RX and TX pins accordingly let tx = gpio.pin24.into_push_pull_output().downgrade(); let rx = gpio.pin25.into_floating_input().downgrade(); // Configure serial communication let (mut tx, _) = serial::Serial::uart0(p.UART0, tx, rx, BAUD115200).split(); writeln!(tx, \"\"); writeln!(tx, \"Init\"); // Create delay provider let mut delay = Delay::new(p.TIMER0); // Display pins let row1 = gpio.pin13.into_push_pull_output(); let row2 = gpio.pin14.into_push_pull_output(); let row3 = gpio.pin15.into_push_pull_output(); let col1 = gpio.pin4.into_push_pull_output(); let col2 = gpio.pin5.into_push_pull_output(); let col3 = gpio.pin6.into_push_pull_output(); let col4 = gpio.pin7.into_push_pull_output(); let col5 = gpio.pin8.into_push_pull_output(); let col6 = gpio.pin9.into_push_pull_output(); let col7 = gpio.pin10.into_push_pull_output(); let col8 = gpio.pin11.into_push_pull_output(); let col9 = gpio.pin12.into_push_pull_output(); let mut leds = Display::new( col1, col2, col3, col4, col5, col6, col7, col8, col9, row1, row2, row3, ); #[allow(non_snake_case)] let letter_I = [ [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [0, 0, 1, 0, 0], [0, 0, 1, 0, 0], [0, 1, 1, 1, 0], ]; let heart = [ [0, 1, 0, 1, 0], [1, 0, 1, 0, 1], [1, 0, 0, 0, 1], [0, 1, 0, 1, 0], [0, 0, 1, 0, 0], ]; #[allow(non_snake_case)] let letter_U = [ [0, 1, 0, 1, 0], [0, 1, 0, 1, 0], [0, 1, 0, 1, 0], [0, 1, 0, 1, 0], [0, 1, 1, 1, 0], ]; writeln!(tx, \"Starting!\"); loop { writeln!(tx, \"I <3 Rust on the micro:bit!\"); leds.display(&mut delay, letter_I, 1000); leds.display(&mut delay, heart, 1000); leds.display(&mut delay, letter_U, 1000); leds.clear(); delay.delay_ms(250_u32); } } panic!(\"End\"); }","breadcrumbs":"LED display » Solution » Full Solution","id":"143","title":"Full Solution"},"144":{"body":"","breadcrumbs":"WIP - Sensors and I²C","id":"144","title":"WIP - Sensors and I²C"},"145":{"body":"","breadcrumbs":"WIP - Interrupts","id":"145","title":"WIP - Interrupts"},"146":{"body":"","breadcrumbs":"WIP - Interrupts","id":"146","title":"WIP - Interrupts"},"147":{"body":"","breadcrumbs":"WIP - Real time","id":"147","title":"WIP - Real time"},"148":{"body":"","breadcrumbs":"WIP - Creating a HAL","id":"148","title":"WIP - Creating a HAL"},"149":{"body":"We have barely scratched the surface! There's lots of stuff left for you to explore:","breadcrumbs":"What's left for you to explore","id":"149","title":"What's left for you to explore"},"15":{"body":"To follow this material you'll only need a micro:bit . You can purchase the BBC micro:bit from a large list of international resellers . FAQ : Wait, why do I need this specific device? It makes my life and yours much easier. The material is much, much more approachable if we don't have to worry about hardware differences. Trust me on this one. FAQ : Can I follow this material with a different development board? Maybe? It depends mainly on two things: your previous experience with microcontrollers and/or whether there already exists a high level crate. A list of boards with high level crates available can be found here . With other development boards, this text would lose most if not all its beginner friendliness and \"easy to follow\"-ness, IMO. There are other similar guides for different hardware. For a full list see this list . The following are worth a special mention: Discovery by @japaric: The genesis guide which this is based on. Uses the STM32F3DISCOVERY. If you have a different cortex-m development board and you don't consider yourself a total beginner, you are better off starting with the cortex-m-quickstart project template.","breadcrumbs":"Hardware","id":"15","title":"Hardware"},"150":{"body":"All our programs executed a single task. How could we achieve multitasking in a system with no OS, and thus no threads. There are two main approaches to multitasking: preemptive multitasking and cooperative multitasking. In preemptive multitasking a task that's currently being executed can, at any point in time, be preempted (interrupted) by another task. On preemption, the first task will be suspended and the processor will instead execute the second task. At some point the first task will be resumed. Microcontrollers provide hardware support for preemption in the form of interrupts . In cooperative multitasking a task that's being executed will run until it reaches a suspension point . When the processor reaches that suspension point it will stop executing the current task and instead go and execute a different task. At some point the first task will be resumed. The main difference between these two approaches to multitasking is that in cooperative multitasking yields execution control at known suspension points instead of being forcefully preempted at any point of its execution.","breadcrumbs":"Multitasking","id":"150","title":"Multitasking"},"151":{"body":"This peripheral is a kind of asynchronous memcpy . So far our programs have been pumping data, byte by byte, into peripherals like UART and I2C. This DMA peripheral can be used to perform bulk transfers of data. Either from RAM to RAM, from a peripheral, like a UART, to RAM or from RAM to a peripheral. You can schedule a DMA transfer, like read 256 bytes from USART1 into this buffer, leave it running in the background and then poll some register to see if it has completed so you can do other stuff while the transfer is ongoing.","breadcrumbs":"Direct Memory Access (DMA).","id":"151","title":"Direct Memory Access (DMA)."},"152":{"body":"All our programs have been continuously polling peripherals to see if there's anything that needs to be done. However, some times there's nothing to be done! At those times, the microcontroller should \"sleep\". When the processor sleeps, it stops executing instructions and this saves power. It's almost always a good idea to save power so your microcontroller should be sleeping as much as possible. But, how does it know when it has to wake up to perform some action? \"Interrupts\" are one of the events that wake up the microcontroller but there are others and the wfi and wfe are the instructions that make the processor \"sleep\".","breadcrumbs":"Sleeping","id":"152","title":"Sleeping"},"153":{"body":"In a nutshell, PWM is turning on something and then turning it off periodically while keeping some proportion (\"duty cycle\") between the \"on time\" and the \"off time\". When used on a LED with a sufficiently high frequency, this can be used to dim the LED. A low duty cycle, say 10% on time and 90% off time, will make the LED very dim wheres a high duty cycle, say 90% on time and 10% off time, will make the LED much brighter (almost as if it were fully powered). In general, PWM can be used to control how much power is given to some electric device. With proper (power) electronics between a microcontroller and an electrical motor, PWM can be used to control how much power is given to the motor thus it can be used to control its torque and speed. Then you can add an angular position sensor and you got yourself a closed loop controller that can control the position of the motor at different loads.","breadcrumbs":"Pulse Width Modulation (PWM)","id":"153","title":"Pulse Width Modulation (PWM)"},"154":{"body":"We have used the microcontroller pins as digital outputs, to drive LEDs. But these pins can also be configured as digital inputs. As digital inputs, these pins can read the binary state of switches (on/off) or buttons (pressed/not pressed). ( spoilers reading the binary state of switches / buttons is not as straightforward as it sounds ;-)","breadcrumbs":"Digital input","id":"154","title":"Digital input"},"155":{"body":"The STM32F3DISCOVERY contains three motion sensors: an accelerometer, a gyroscope and a magnetometer. On their own these measure: (proper) acceleration, angular speed and (the Earth's) magnetic field. But these magnitudes can be \"fused\" into something more useful: a \"robust\" measurement of the orientation of the board. Where robust means with less measurement error than a single sensor would be capable of. This idea of deriving more reliable data from different sources is known as sensor fusion.","breadcrumbs":"Sensor fusion","id":"155","title":"Sensor fusion"},"156":{"body":"There are a lots of digital sensors out there. You can use a protocol like I2C and SPI to read them. But analog sensors also exist! These sensors just output a voltage level that's proportional to the magnitude they are sensing. The ADC peripheral can be use to convert that \"analog\" voltage level, say 1.25 Volts,into a \"digital\" number, say in the [0, 65535] range, that the processor can use in its calculations.","breadcrumbs":"Analog-to-Digital Converters (ADC)","id":"156","title":"Analog-to-Digital Converters (ADC)"},"157":{"body":"As you might expect a DAC is exactly the opposite of ADC. You can write some digital value into a register to produce a voltage in the [0, 3.3V] range (assuming a 3.3V power supply) on some \"analog\" pin. When this analog pin is connected to some appropriate electronics and the register is written to at some constant, fast rate (frequency) with the right values you can produce sounds or even music!","breadcrumbs":"Digital-to-Analog Converters (DAC)","id":"157","title":"Digital-to-Analog Converters (DAC)"},"158":{"body":"This peripheral can be used to track time in \"human format\". Seconds, minutes, hours, days, months and years. This peripheral handles the translation from \"ticks\" to these human friendly units of time. It even handles leap years and Daylight Save Time for you!","breadcrumbs":"Real Time Clock (RTC)","id":"158","title":"Real Time Clock (RTC)"},"159":{"body":"SPI, I2S, SMBUS, CAN, IrDA, Ethernet, USB, Bluetooth, etc. Different applications use different communication protocols. User facing applications usually have an USB connector because USB is an ubiquitous protocol in PCs and smartphones. Whereas inside cars you'll find plenty of CAN \"buses\". Some digital sensors use SPI, others use I2C and others, SMBUS. So where to next? There are several options: You could check out the examples in the microbit board support crate repository. All those examples work for the micro:bit board you have. You could try out this motion sensors demo . Details about the implementation and source code are available in this blog post . You could check out Real Time for The Masses . A very efficient preemptive multitasking framework that supports task prioritization and dead lock free execution. You could try running Rust on a different development board. The easiest way to get started is to use the cortex-m-quickstart Cargo project template. You could check out this blog post which describes how Rust type system can prevent bugs in I/O configuration. You could check out my blog for miscellaneous topics about embedded development with Rust. You could check out the embedded-hal project which aims to build abstractions (traits) for all the embedded I/O functionality commonly found on microcontrollers. You could join the Weekly driver initiative and help us write generic drivers on top of the embedded-hal traits and that work for all sorts of platforms (ARM Cortex-M, AVR, MSP430, RISCV, etc.)","breadcrumbs":"Other communication protocols","id":"159","title":"Other communication protocols"},"16":{"body":"Let's get familiar with the hardware we'll be working with.","breadcrumbs":"Meet your hardware","id":"16","title":"Meet your hardware"},"160":{"body":"Short Command Action b break [location] Set breakpoint at specified location. c continue Continue program being debugged. s step Step program until it reaches a different source line. si stepi Step one instruction exactly. p print Print value of expression EXP. i lo info locals Local variables of current stack frame. la s layout src Displays source and command windows. la a layout asm Displays disassembly and command windows. tu d tui disable Disable TUI display mode. dissasmble /m Disassemble a specified section of memory. monitor reset halt Send a command to the remote monitor.","breadcrumbs":"GDB cheatsheet","id":"160","title":"GDB cheatsheet"},"161":{"body":"","breadcrumbs":"General troubleshooting","id":"161","title":"General troubleshooting"},"162":{"body":"","breadcrumbs":"OpenOCD problems","id":"162","title":"OpenOCD problems"},"163":{"body":"Symptoms Upon trying to establish a new connection with the device you get an error that looks like this: $ openocd -f (..)\n(..)\nError: open failed\nin procedure 'init'\nin procedure 'ocd_bouncer' Cause + Fix All: The device is not (properly) connected. Check the USB connection using lsusb or the Device Manager. Linux: You may not have enough permission to open the device. Try again with sudo . If that works, you can use these instructions to make OpenOCD work without root privilege. Windows: You are probably missing the USB drivers.","breadcrumbs":"can't connect to OpenOCD - \"Error: open failed\"","id":"163","title":"can't connect to OpenOCD - \"Error: open failed\""},"164":{"body":"Symptoms Upon trying to establish a new connection with the device you get an error that looks like this: $ openocd -f (..)\n(..)\nError: jtag status contains invalid mode value - communication failure\nPolling target stm32f3x.cpu failed, trying to reexamine\nExamination failed, GDB will be halted. Polling again in 100ms\nInfo : Previous state query failed, trying to reconnect\nError: jtag status contains invalid mode value - communication failure\nPolling target stm32f3x.cpu failed, trying to reexamine\nExamination failed, GDB will be halted. Polling again in 300ms\nInfo : Previous state query failed, trying to reconnect Cause The microcontroller may have get stuck in some tight infinite loop or it may be continuously raising an exception, e.g. the exception handler is raising an exception. Fix Close OpenOCD, if running Press and hold the reset (black) button Launch the OpenOCD command Now, release the reset button","breadcrumbs":"can't connect to OpenOCD - \"Polling again in X00ms\"","id":"164","title":"can't connect to OpenOCD - \"Polling again in X00ms\""},"165":{"body":"Symptoms A running OpenOCD session suddenly errors with: # openocd -f (..)\nError: jtag status contains invalid mode value - communication failure\nPolling target stm32f3x.cpu failed, trying to reexamine\nExamination failed, GDB will be halted. Polling again in 100ms\nInfo : Previous state query failed, trying to reconnect\nError: jtag status contains invalid mode value - communication failure\nPolling target stm32f3x.cpu failed, trying to reexamine\nExamination failed, GDB will be halted. Polling again in 300ms\nInfo : Previous state query failed, trying to reconnect Cause The USB connection was lost. Fix Close OpenOCD Disconnect and re-connect the USB cable. Re-launch OpenOCD","breadcrumbs":"OpenOCD connection lost - \"Polling again in X00ms\"","id":"165","title":"OpenOCD connection lost - \"Polling again in X00ms\""},"166":{"body":"","breadcrumbs":"Cargo problems","id":"166","title":"Cargo problems"},"167":{"body":"Symptoms Compiling volatile-register v0.1.2 Compiling rlibc v1.0.0 Compiling r0 v0.1.0\nerror[E0463]: can't find crate for `core` error: aborting due to previous error error[E0463]: can't find crate for `core` error: aborting due to previous error error[E0463]: can't find crate for `core` error: aborting due to previous error Build failed, waiting for other jobs to finish...\nBuild failed, waiting for other jobs to finish...\nerror: Could not compile `r0`. To learn more, run the command again with --verbose. Cause You are using a toolchain older than nightly-2018-04-08 and forgot to call rustup target add thumbv7m-none-eabi . Fix Update your nightly and install the thumbv7em-none-eabihf target. $ rustup update nightly $ rustup target add thumbv7em-none-eabihf","breadcrumbs":"\"can't find crate for core \"","id":"167","title":"\"can't find crate for core \""},"168":{"body":"","breadcrumbs":"Build problems","id":"168","title":"Build problems"},"169":{"body":"Cause The eh_personality language item is used to implement stack unwinding in case a panic occurs. Fix You need to use the correct target by using --target thumbv6m-none-eabi or modifying .cargo/config","breadcrumbs":"error: language item required, but not found: 'eh_personality'","id":"169","title":"error: language item required, but not found: 'eh_personality'"},"17":{"body":"What does this board contain? For full details see the microbit hardware page . A Nordic nRF51822 microcontroller. This microcontroller has A single core ARM Cortex-M0 processor with a maximum clock frequency of 16 MHz. 256 KB of flash memory. (1 KB = 10 24 bytes) 16 KB of static RAM. many \"peripherals\": timers, GPIO, I2C, SPI, UART, etc. This microcontroller operates at (around) 3.3V. 2 user buttons on the front and 1 reset button on the back. A 5x5 array of user LEDs. A configureable 23-pin edge connector A 2.4GHz radio transciever with support for bluetooth low energy (BLE). An on-core nRF51 temperature sensor. An NXP/Freescale MMA8652 3-axis accelerometer . An NXP/Freescale MAG3110 3-axis magnetometer . A second microcontroller: NXP/Freescale KL26Z. This microcontroller handles the USB interface, communication between your computer and the main microcontroller, and converting the USB's input voltage from 5V to 3.3V.","breadcrumbs":"BBC micro:bit (the \"microbit\")","id":"17","title":"BBC micro:bit (the \"microbit\")"},"170":{"body":"Cause A memory.x file is needed, this specifies memory layout. Fix Either ask the board support crate maintainer to add memory.x to their crate, or add a memory.x file to your project.","breadcrumbs":"error: ld: cannot open linker script file memory.x: No such file or directory","id":"170","title":"error: ld: cannot open linker script file memory.x: No such file or directory"},"18":{"body":"This comes with your microbit but can be any generic cable, and is used to connect the microbit to your computer.","breadcrumbs":"Micro-USB Cable","id":"18","title":"Micro-USB Cable"},"19":{"body":"The external battery pack that comes with the microbit will not be used explicitly as part of this guide, but feel free to use it to test your software without being tethered to a computer.","breadcrumbs":"External battery pack","id":"19","title":"External battery pack"},"2":{"body":"The following topics are covered in the core chapters: How to write, build, flash and debug an embedded program. Basic operation of a GPIO, ubiquitous in microcontrollers. The rest of the chapters are independent, only requiring the core knowledge: Functionality (\"peripherals\") commonly found in microcontrollers: Digital input and output, including buttons and LEDs","breadcrumbs":"Scope","id":"2","title":"Scope"},"20":{"body":"You can use the micro-USB cable to power the micro:bit, and to transfer data. When you power up a new micro:bit you will see the display light up as the factory-installed program is executed. Otherwise, the last program will automatically be executed. The black reset button next to the USB input will restart the program being run.","breadcrumbs":"Plugging it in","id":"20","title":"Plugging it in"},"21":{"body":"Dealing with microcontrollers involves several tools, as we'll be dealing with an architecture different than your laptop's, and we'll have to run and debug programs on a \"remote\" device.","breadcrumbs":"Development environment setup","id":"21","title":"Development environment setup"},"22":{"body":"Without documentation it is pretty much impossible to work with microcontrollers. We'll be referring to the micro:bit hardware page and the links found within. HEADS UP Some of the links point to large PDF files several MBs in size.","breadcrumbs":"Documentation","id":"22","title":"Documentation"},"23":{"body":"We'll use all the tools listed below. Where a minimum version is not specified, any recent version should work but we have listed the version we have tested. Cargo & rustc . OpenOCD. version >=0.8 arm-none-eabi toolchain. Tested version: gcc 8.1.0, binutils 2.30. arm-none-eabi-gdb . minicom on Linux and macOS. Tested version: 2.7. Readers report that picocom also works but we'll use minicom in this book. PuTTY on Windows. Next, follow OS-agnostic installation instructions for a few of the tools:","breadcrumbs":"Tools","id":"23","title":"Tools"},"24":{"body":"Install rustup by following the instructions at https://rustup.rs . Then, install or switch to the nightly channel. $ rustup default nightly NOTE Make sure you have a nightly newer than nightly-2018-10-12 . rustc -V should return a date newer than the one shown below: $ rustc -V\nrustc 1.31.0-nightly (2c2e2c57d 2018-10-12)","breadcrumbs":"rustc & Cargo","id":"24","title":"rustc & Cargo"},"25":{"body":"Now follow the instructions specific to the OS you are using: Linux Windows macOS","breadcrumbs":"OS specific instructions","id":"25","title":"OS specific instructions"},"26":{"body":"Here are the installation commands for a few Linux distributions.","breadcrumbs":"Development environment setup » Linux","id":"26","title":"Linux"},"27":{"body":"Ubuntu 16.04 or newer / Debian Jessie or newer $ sudo apt-get install \\ gcc-arm-none-eabi \\ gdb-arm-none-eabi \\ minicom \\ openocd Fedora 23 or newer $ sudo dnf install \\ arm-none-eabi-gcc-cs \\ arm-none-eabi-gdb \\ minicom \\ openocd Arch Linux $ sudo pacman -S \\ arm-none-eabi-gcc \\ arm-none-eabi-gdb \\ minicom \\ openocd Other distros For distros that don't have packages for ARM's pre-built toolchain , download the \"Linux 64-bit\" file and put its bin directory on your path. Here's one way to do it: $ mkdir -p ~/local && cd ~/local\n$ tar xjf /path/to/downloaded/file/gcc-arm-none-eabi-7-2017-q4-major-linux.tar.bz2.tbz Then, use your editor of choice to append to your PATH in the appropriate shell init file (e.g. ~/.zshrc or ~/.bashrc ): PATH=$PATH:$HOME/local/gcc-arm-none-eabi-7-2017-q4-major/bin","breadcrumbs":"Development environment setup » REQUIRED packages","id":"27","title":"REQUIRED packages"},"28":{"body":"These rules let you use USB devices like the F3 and the Serial module without root privilege, i.e. sudo . Create this file in /etc/udev/rules.d with the contents shown below. $ cat /etc/udev/rules.d/99-openocd.rules # microbit - CMSIS-DAP\nATTRS{idVendor}==\"0d28\", ATTRS{idProduct}==\"0204\", GROUP=\"uucp\" Then reload the udev rules with: $ sudo udevadm control --reload-rules If you had any board plugged to your laptop, unplug them and then plug them in again. Finally, check if you are in the uucp group. $ groups $(id -nu)\n(..) uucp (..)\n$ # ^^^^ ( $(id -nu) returns your user name.) If uucp appears in the output. You are all set! Go to the next section . Otherwise, keep reading: Add yourself to the uucp group. $ sudo usermod -a -G uucp $(id -u -n) Check again the output of groups . uucp should be there this time! $ groups $(id -nu)\n(..) uucp (..)\n$ # ^^^^ You'll have to re-log for these changes to take effect. You have two options: You can reboot or log out from your current session and then log in; this will close all the programs you have open right now. The other option is to use the command below: $ su - $(id -nu) to re-log only in the current shell and get access to uucp devices only on that shell . Other shells won't have access to uucp devices unless you manually re-log on them with the same su command. Now, go to the next section .","breadcrumbs":"Development environment setup » udev rules","id":"28","title":"udev rules"},"29":{"body":"","breadcrumbs":"Development environment setup » Windows","id":"29","title":"Windows"},"3":{"body":"What's out of scope for this book: Teaching Rust. There's plenty of material on that topic already. We'll focus on microcontrollers and embedded systems. Teaching electric circuit theory or electronics. We'll cover the minimum required to understand how some devices work along the way. Covering Rustic, low level details. We won't be talking about linker scripts, the boot process, or how to glue those two into a minimally working Rust program.","breadcrumbs":"Non-goals","id":"3","title":"Non-goals"},"30":{"body":"ARM provides .exe installers for Windows. Grab one from here , and follow the instructions. Just before the installation process finishes tick/select the \"Add path to environment variable\" option. Then verify that the tools are in your %PATH% : $ arm-none-eabi-gcc -v\n(..)\ngcc version 5.4.1 20160919 (release) (..)","breadcrumbs":"Development environment setup » arm-none-eabi-*","id":"30","title":"arm-none-eabi-*"},"31":{"body":"There's no official binary release of OpenOCD for Windows but there are unofficial releases available here . Grab the 0.10.x zipfile and extract it somewhere in your drive (I recommend C:\\OpenOCD but with the drive letter that makes sense to you) then update your %PATH% environment variable to include the following path: C:\\OpenOCD\\bin (or the path that you used before). Verify that OpenOCD is in yout %PATH% with: $ openocd -v\nOpen On-Chip Debugger 0.10.0\n(..)","breadcrumbs":"Development environment setup » OpenOCD","id":"31","title":"OpenOCD"},"32":{"body":"Download the latest putty.exe from this site and place it somewhere in your %PATH% . That's all! Go to the next section .","breadcrumbs":"Development environment setup » PuTTY","id":"32","title":"PuTTY"},"33":{"body":"UNTESTED: please submit an issue if you can confirm this works. All the tools can be install using Homebrew : $ brew cask install gcc-arm-embedded\n$ brew install minicom openocd If the brew cask command doesn't work ( Error: Unknown command: cask ), then run brew tap Caskroom/tap first and try again. That's all! Go to the next section .","breadcrumbs":"Development environment setup » macOS","id":"33","title":"macOS"},"34":{"body":"Let's verify that all the tools were installed correctly.","breadcrumbs":"Development environment setup » Verify the installation","id":"34","title":"Verify the installation"},"35":{"body":"","breadcrumbs":"Development environment setup » Linux only","id":"35","title":"Linux only"},"36":{"body":"Connect the micro:bit to your laptop using an USB cable. The micro:bit should now appear as a USB device (file) in /dev/bus/usb . Let's find out how it got enumerated: $ lsusb | grep -i NXP\nBus 002 Device 033: ID 0d28:0204 NXP ARM mbed ^^^ ^^^ In my case, the micro:bit got connected to the bus #2 and got enumerated as the device #33. This means the file /dev/bus/usb/002/033 is the Fmicro:bit3. Let's check its permissions: $ ls -l /dev/bus/usb/002/033\ncrw-rw---- 1 root uucp 189, 160 Jul 8 14:06 /dev/bus/usb/002/033 ^^^^ The group should be uucp . If it's not ... then check your udev rules and try re-loading them with: $ sudo udevadm control --reload-rules","breadcrumbs":"Development environment setup » Verify permissions","id":"36","title":"Verify permissions"},"37":{"body":"","breadcrumbs":"Development environment setup » All","id":"37","title":"All"},"38":{"body":"First, connect the micro:bit to your computer using the micro-USB cable. The yellow LED next to the USB input should turn on right after connecting the USB cable to the board. Next, run this command: $ # *nix\n$ openocd -f interface/cmsis-dap.cfg -f target/nrf51.cfg $ # Windows\n$ # NOTE cygwin users have reported problems with the -s flag. If you run into\n$ # that you can call openocd from the `C:\\OpenOCD\\share\\scripts` directory\n$ openocd -s C:\\OpenOCD\\share\\scripts -f interface/cmsis-dap.cfg -f target/nrf51.cfg NOTE Windows users: C:\\OpenOCD is the directory where you installed OpenOCD to. You should see output like this: Open On-Chip Debugger 0.10.0\nLicensed under GNU GPL v2\nFor bug reports, read http://openocd.org/doc/doxygen/bugs.html\nInfo : auto-selecting first available session transport \"swd\". To override use 'transport select '.\ncortex_m reset_config sysresetreq\nadapter speed: 1000 kHz\nInfo : CMSIS-DAP: SWD Supported\nInfo : CMSIS-DAP: Interface Initialised (SWD)\nInfo : CMSIS-DAP: FW Version = 1.0\nInfo : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 0 TDO = 0 nTRST = 0 nRESET = 1\nInfo : CMSIS-DAP: Interface ready\nInfo : clock speed 1000 kHz\nInfo : SWD DPIDR 0x0bb11477\nInfo : nrf51.cpu: hardware has 4 breakpoints, 2 watchpoints (If you don't ... then check the general troubleshooting instructions.) openocd will block the terminal. That's fine. Also, the yellow LED should start blinking very fast. It may seem concerning, but it is a good sign. That's it! It works. You can now close/kill openocd .","breadcrumbs":"Development environment setup » First OpenOCD connection","id":"38","title":"First OpenOCD connection"},"39":{"body":"Alright, let's start as you usually would with Rust. $ rustup update It is always good to keep your toolchain up to date. Now let's make a new binary project. You might not do this often, so it is understandeable to forget. If you run $ cargo , you will be given a hint.","breadcrumbs":"Getting started","id":"39","title":"Getting started"},"4":{"body":"The source of this book is in this repository . If you encounter any typo or problem please report it on the issue tracker , or even submit a pull request .","breadcrumbs":"Reporting problems","id":"4","title":"Reporting problems"},"40":{"body":"$ cargo new microrust-start Created binary (application) `microrust-start` project\n$ cd microrust-start\nCargo.toml src This has created a binary crate. Now we could $ cargo build this, and even $ cargo run it, but everything is being compiled for, and run on, your computer.","breadcrumbs":"Getting started » New Project","id":"40","title":"New Project"},"41":{"body":"The micro:bit has a different architecture than your computer, so the first step will be to cross compile for the micro:bit's architecture. If you were to do an internet search, you would find a platform support list for Rust . Looking into this page, you will find the micro:bit's nRF51822 Cortex-M0 microprocessor: thumbv6m-none-eabi [*] [ ] [ ] Bare Cortex-M0, M0+, M1 \"thumbv6m-none-eabi\" is known a a target triple. Note what the star represents: These are bare-metal microcontroller targets that only have access to the core library, not std. To install this target: $ rustup target add thumbv6m-none-eabi","breadcrumbs":"Getting started » Targets","id":"41","title":"Targets"},"42":{"body":"Now how should we use this? Well, if you were to take a look at $ cargo build -h , you would try: $ cargo build --target thumbv6m-none-eabi error[E0463]: can't find crate for `std` | = note: the `thumbv6m-none-eabi` target may not be installed error: aborting due to previous error For more information about this error, try `rustc --explain E0463`.\nerror: Could not compile `microrust-start`. To learn more, run the command again with --verbose. The help note is rather unhelpful because we just installed that target. We also just noted that the thumbv6m-none-eabi target does not include std, only the core crate, which is has a platform independent subset of the std features. Why is it still looking for the std crate when we build?","breadcrumbs":"Getting started » Build 1","id":"42","title":"Build 1"},"43":{"body":"It turns out, rust will always look for the std crate unless explicitly disabled, so we will add the no_std attribute src/main.rs #![no_std] fn main() { println!(\"Hello, world!\");\n}","breadcrumbs":"Getting started » no_std","id":"43","title":"no_std"},"44":{"body":"$ cargo build --target thumbv6m-none-eabi\nerror: cannot find macro `println!` in this scope --> src/main.rs:4:5 |\n4 | println!(\"Hello, world!\"); | ^^^^^^^ println is a macro found in the std crate. We don't need it at the moment, so we can remove it and try to build again.","breadcrumbs":"Getting started » Build 2","id":"44","title":"Build 2"},"45":{"body":"$ cargo build --target thumbv6m-none-eabi\nerror: `#[panic_handler]` function required, but not found This error, is because rustc required a panic handler to be implemented.","breadcrumbs":"Getting started » Build 3","id":"45","title":"Build 3"},"46":{"body":"We could try and implement the panic macro ourselves, but it's easier and more portable to use a crate that does it for us. If we look on crates.io for the panic-impl keyword we will find some examples. Let us pic the simplest one, and add it to our Cargo.toml. If you have forgotten how to do this, try looking at the cargo book . Cargo.toml [dependencies]\npanic-halt = \"~0.2\" src/main.rs #![no_std] extern crate panic_halt; fn main() {\n}","breadcrumbs":"Getting started » panic_impl","id":"46","title":"panic_impl"},"47":{"body":"$ cargo build --target thumbv6m-none-eabi\nerror: requires `start` lang_item","breadcrumbs":"Getting started » Build 4","id":"47","title":"Build 4"},"48":{"body":"In the normal command line rust binaries you would be used to making, executing the binary usually has the operating system start by executing the C runtime library (crt0). This in turn invokes the Rust runtime, as marked by the start language item, which in turn invokes the main function. Having enabled no_std , as we are targeting on a microcontroller, neither the crt0 nor the rust runtime are available, so even implementing start would not help us. We need to replace the operating system entry point. You could for example name a function after the default entry point, which for linux is _start , and start that way. Note, you would also need to disable name mangling : #![no_std]\n#![no_main] #[no_mangle]\npub extern \"C\" fn _start() -> ! { loop {}\n} This is the end of the road for trying to get this to work on our own. At this point we need the help of a board-specific support crate and a few cargo tweaks to get this working.","breadcrumbs":"Getting started » no_main","id":"48","title":"no_main"},"49":{"body":"Let us add a dependency on the board crate for the micro:bit. [dependencies]\npanic-halt = \"~0.2\"\nmicrobit=\"~0.7\" The microbit crate has 2 notable dependencies:","breadcrumbs":"Getting started » microbit crate","id":"49","title":"microbit crate"},"5":{"body":"","breadcrumbs":"Background","id":"5","title":"Background"},"50":{"body":"This crate is a HAL implementation crate, where HAL stands for hardware abstraction layer . As rust becomes more and more popular in embedded development, it is desireable to have as little hardware specific implementation as possible. For this reason, the embedded-hal crate contains a range of hardware abstraction traits which can be implemented by board specific crates.","breadcrumbs":"Getting started » embedded-hal","id":"50","title":"embedded-hal"},"51":{"body":"This crate implements the minimal startup / runtime for Cortex-M microcontrollers. Among other things this crate provides: the #[entry] attribute, to define the entry point of the program. a definition of the hard fault handler a definition of the default exception handler This crate requires: a definition of the specific microcontroller's memory layout as a memory.x file. fortunately this is usually provided by the board support crates To use the #[entry] attribute, we will need to add this as a dependency. For more detailed information, you can use the helpful cortex-m-quickstart crate and its documentation .","breadcrumbs":"Getting started » cortex-m-rt","id":"51","title":"cortex-m-rt"},"52":{"body":"Before we go any further, we are going to tweak the cargo's configuration by editing microrust-start/.cargo/config . For more information, you can read the documentation here .","breadcrumbs":"Getting started » cargo config","id":"52","title":"cargo config"},"53":{"body":"# Configure builds for our target, the micro:bit's architecture\n[target.thumbv6m-none-eabi]\n# Execute binary using gdb when calling cargo run\nrunner = \"arm-none-eabi-gdb\"\n# Tweak to the linking process required by the cortex-m-rt crate\nrustflags = [ \"-C\", \"link-arg=-Tlink.x\", # The LLD linker is selected by default #\"-C\", \"linker=arm-none-eabi-ld\",\n] # Automatically select this target when cargo building this project\n[build]\ntarget = \"thumbv6m-none-eabi\"","breadcrumbs":"Getting started » .cargo/config","id":"53","title":".cargo/config"},"54":{"body":"This is a version of gdb (the GNU debugger) for the ARM EABI (embedded application binary interface). It will allow us to debug the code running on our micro:bit, from your computer.","breadcrumbs":"Getting started » arm-none-eabi-gdb","id":"54","title":"arm-none-eabi-gdb"},"55":{"body":"Now, all you need to do is run $ cargo build , and cargo will automatically add --target thumbv6m-none-eabi .","breadcrumbs":"Getting started » Build target","id":"55","title":"Build target"},"56":{"body":"","breadcrumbs":"Getting started » Build 5","id":"56","title":"Build 5"},"57":{"body":"[dependencies]\npanic-halt = \"~0.2\"\nmicrobit=\"~0.7\"\ncortex-m-rt=\"~0.6\"","breadcrumbs":"Getting started » Cargo.toml","id":"57","title":"Cargo.toml"},"58":{"body":"#![no_std]\n#![no_main] extern crate panic_halt; use cortex_m_rt::entry; #[entry]\nfn main() {\n} $ cargo build error: custom attribute panicked --> src/main.rs:7:1 |\n7 | #[entry] | ^^^^^^^^ | = help: message: `#[entry]` function must have signature `[unsafe] fn() -> !`","breadcrumbs":"Getting started » src/main.rs","id":"58","title":"src/main.rs"},"59":{"body":"A little known rust feature, so I will forgive you if you do not know what this means. A return type of ! means that the function cannot return. An easy way to implement this is to use an infinite loop.","breadcrumbs":"Getting started » ! return type","id":"59","title":"! return type"},"6":{"body":"A microcontroller is a system on a chip. Whereas your laptop is made up of several discrete components: a processor, RAM sticks, a hard drive, an ethernet port, etc.; a microcontroller has all those components built into a single \"chip\" or package. This makes it possible to build systems with minimal part count.","breadcrumbs":"What is a microcontroller?","id":"6","title":"What is a microcontroller?"},"60":{"body":"#![no_std]\n#![no_main] extern crate panic_halt; use cortex_m_rt::entry; #[entry]\nfn main() -> ! { loop {}\n}","breadcrumbs":"Getting started » src/main.rs","id":"60","title":"src/main.rs"},"61":{"body":"If you try building now, you should finally be greeted with Finished ! $ cargo build Finished dev [unoptimized + debuginfo] target(s) in 0.04s","breadcrumbs":"Getting started » Build 6","id":"61","title":"Build 6"},"62":{"body":"As a sanity check, let's verify that the produced executable is actually an ARM binary: $ file target/thumbv6m-none-eabi/debug/microrust-start\ntarget/thumbv6m-none-eabi/debug/microrust-start: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped ^^^ ^^^^^","breadcrumbs":"Getting started » Build Complete","id":"62","title":"Build Complete"},"63":{"body":"Flashing is the process of moving our program into the microcontroller's (persistent) memory. Once flashed, the microcontroller will execute the flashed program every time it is powered on. In this case, our rustled program will be the only program in the microcontroller memory. By this I mean that there's nothing else running on the microcontroller: no OS, no daemon, nothing. rustled has full control over the device. This is what is meant by bare-metal programming. OS operating system Daemon program running in the background Connect the micro:bit to your computer and run the following commands on a new terminal. We need to give OCD the name of the interfaces we are using: $ # All\n$ # Windows: remember that you need an extra `-s %PATH_TO_OPENOCD%\\\\scripts`\n$ openocd -f interface/cmsis-dap.cfg -f target/nrf51.cfg The program will block; leave that terminal open. Now it's a good time to explain what this command is actually doing. I mentioned that the micro:bit actually has two microcontrollers. One of them is used as a USB interface and programmer/debugger. This microcontroller is connected to the target microcontroller using a Serial Wire Debug (SWD) interface (this interface is an ARM standard so you'll run into it when dealing with other Cortex-M based microcontrollers). This SWD interface can be used to flash and debug a microcontroller. It uses the CMSIS-DAP protocol for host debugging of application programs. It will appear as a USB device when you connect the micro:bit to your laptop. As for OpenOCD, it's software that provides some services like a GDB server on top of USB devices that expose a debugging protocol like SWD or JTAG. GDB: The G NU d e b ugger will allow us to debug our software by controlling the execution of our program. We will learn more about this a little bit later. Onto the actual command: those .cfg files we are using instruct OpenOCD to look for a CMSIS-DAP USB interface device ( interface/cmsis-dap.cfg ) a nRF51XXX microcontroller target ( target/nrf51.cfg ) to be connected to the USB interface. The OpenOCD output looks like this: Open On-Chip Debugger 0.10.0\nLicensed under GNU GPL v2\nFor bug reports, read http://openocd.org/doc/doxygen/bugs.html\nInfo : auto-selecting first available session transport \"swd\". To override use 'transport select '.\ncortex_m reset_config sysresetreq\nadapter speed: 1000 kHz\nInfo : CMSIS-DAP: SWD Supported\nInfo : CMSIS-DAP: Interface Initialised (SWD)\nInfo : CMSIS-DAP: FW Version = 1.0\nInfo : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 0 TDO = 0 nTRST = 0 nRESET = 1\nInfo : CMSIS-DAP: Interface ready\nInfo : clock speed 1000 kHz\nInfo : SWD DPIDR 0x0bb11477\nInfo : nrf51.cpu: hardware has 4 breakpoints, 2 watchpoints The \"4 breakpoints, 2 watchpoints\" part indicates the debugging features the processor has available. I mentioned that OpenOCD provides a GDB server so let's connect to that right now: $ arm-none-eabi-gdb -q target/thumbv6m-none-eabi/debug/rustled\nReading symbols from target/thumbv6m-none-eabi/debug/rustled...done.\n(gdb) This only opens a GDB shell. To actually connect to the OpenOCD GDB server, use the following command within the GDB shell: (gdb) target remote :3333\nRemote debugging using :3333\n0x00000000 in ?? () By default OpenOCD's GDB server listens on TCP port 3333 (localhost). This command is connecting to that port. After entering this command, you'll see new output in the OpenOCD terminal: Info : stm32f3x.cpu: hardware has 4 breakpoints, 2 watchpoints\n+Info : accepting 'gdb' connection on tcp/3333\n+Info : nRF51822-QFAA(build code: H0) 256kB Flash Almost there. To flash the device, we'll use the load command inside the GDB shell: (gdb) load\nLoading section .vector_table, size 0x188 lma 0x8000000\nLoading section .text, size 0x38a lma 0x8000188\nLoading section .rodata, size 0x8 lma 0x8000514\nStart address 0x8000188, load size 1306\nTransfer rate: 6 KB/sec, 435 bytes/write. And that's it. You'll also see new output in the OpenOCD terminal. Info : flash size = 256kbytes\n+Info : Unable to match requested speed 1000 kHz, using 950 kHz\n+Info : Unable to match requested speed 1000 kHz, using 950 kHz\n+adapter speed: 950 kHz\n+target state: halted\n+target halted due to debug-request, current mode: Thread\n+xPSR: 0x01000000 pc: 0x08000194 msp: 0x2000a000\n+Info : Unable to match requested speed 8000 kHz, using 4000 kHz\n+Info : Unable to match requested speed 8000 kHz, using 4000 kHz\n+adapter speed: 4000 kHz\n+target state: halted\n+target halted due to breakpoint, current mode: Thread\n+xPSR: 0x61000000 pc: 0x2000003a msp: 0x2000a000\n+Info : Unable to match requested speed 1000 kHz, using 950 kHz\n+Info : Unable to match requested speed 1000 kHz, using 950 kHz\n+adapter speed: 950 kHz\n+target state: halted\n+target halted due to debug-request, current mode: Thread\n+xPSR: 0x01000000 pc: 0x08000194 msp: 0x2000a000 Our program is loaded, we can now run it! (gdb) continue\nContinuing. Continue runs the program until the next breakpoint. This time it blocks, nothing happens. This is because all we have in our code is a loop!","breadcrumbs":"Getting started » Flashing","id":"63","title":"Flashing"},"64":{"body":"Before we move on though, we are going to add one more file to our project. This will automate the last few steps so we don't need to repeatedly do the same actions in gdb: .gdbinit # Connects GDB to OpenOCD server port\ntarget remote :3333\n# (optional) Unmangle function names when debugging\nset print asm-demangle on\n# Load your program, breaks at entry\nload\n# (optional) Add breakpoint at function\nbreak rustled::main\n# Continue with execution\ncontinue Now we can learn how to debug code on the micro:bit.","breadcrumbs":"Getting started » .gdbinit","id":"64","title":".gdbinit"},"65":{"body":"","breadcrumbs":"Getting started » Debugging","id":"65","title":"Debugging"},"66":{"body":"Before we start, let's add some code to debug: // -- snip --\nentry!(main);\nfn main() -> ! { let _y; let x = 42; _y = x; loop {}\n}","breadcrumbs":"Getting started » Setup","id":"66","title":"Setup"},"67":{"body":"We are already inside a debugging session so let's debug our program. After the load command, our program is stopped at its entry point . This is indicated by the \"Start address 0x8000XXX\" part of GDB's output. The entry point is the part of a program that a processor / CPU will execute first. The starter project I've provided to you has some extra code that runs before the main function. At this time, we are not interested in that \"pre-main\" part so let's skip right to the beginning of the main function. We'll do that using a breakpoint: (gdb) break rustled::main\nBreakpoint 1 at 0x8000218: file src/main.rs, line 8. (gdb) continue\nContinuing.\nNote: automatically using hardware breakpoints for read-only addresses. Breakpoint 1, rustled::main () at src/rustled/src/main.rs:13\n13 let x = 42; Breakpoints can be used to stop the normal flow of a program. The continue command will let the program run freely until it reaches a breakpoint. In this case, until it reaches the main function because there's a breakpoint there. Note that GDB output says \"Breakpoint 1\". Remember that our processor can only use four of these breakpoints so it's a good idea to pay attention to these messages. For a nicer debugging experience, we'll be using GDB's Text User Interface (TUI). To enter into that mode, on the GDB shell enter the following command: (gdb) layout src NOTE Apologies Windows users. The GDB shipped with the GNU ARM Embedded Toolchain doesn't support this TUI mode :( . At any point you can leave the TUI mode using the following command: (gdb) tui disable OK. We are now at the beginning of main . We can advance the program statement by statement using the step command. So let's use that twice to reach the y = x statement. Once you've typed step once you can just hit enter to run it again. (gdb) step\n14 _y = x; If you are not using the TUI mode, on each step call GDB will print back the current statement along with its line number. We are now \"on\" the y = x statement; that statement hasn't been executed yet. This means that x is initialized but y is not. Let's inspect those stack/local variables using the print command: (gdb) print x\n$1 = 42 (gdb) print &x\n$2 = (i32 *) 0x10001fdc (gdb) print _y\n$3 = 134219052 (gdb) print &_y\n$4 = (i32 *) 0x10001fd8 As expected, x contains the value 42 . _y however, contains the value 134219052 (?). Because _y has not been initialized yet, it contains some garbage value. The command print &x prints the address of the variable x . The interesting bit here is that GDB output shows the type of the reference: i32* , a pointer to an i32 value. Another interesting thing is that the addresses of x and _y are very close to each other: their addresses are just 4 bytes apart. Instead of printing the local variables one by one, you can also use the info locals command: (gdb) info locals\nx = 42\n_y = 134219052 OK. With another step , we'll be on top of the loop {} statement: (gdb) step\n17 loop {} And _y should now be initialized. (gdb) print _y\n$5 = 42 If we use step again on top of the loop {} statement, we'll get stuck because the program will never pass that statement. Instead, we'll switch to the disassemble view with the layout asm command and advance one instruction at a time using stepi . NOTE If you used the step command by mistake and GDB got stuck, you can get unstuck by hitting Ctrl+C . (gdb) layout asm If you are not using the TUI mode, you can use the disassemble /m command to disassemble the program around the line you are currently at. (gdb) disassemble /m\nDump of assembler code for function led_roulette::main:\n11 fn main() -> ! { 0x08000188 <+0>: sub sp, #8 12 let _y;\n13 let x = 42; 0x0800018a <+2>: movs r0, #42 ; 0x2a 0x0800018c <+4>: str r0, [sp, #4] 14 _y = x; 0x0800018e <+6>: ldr r0, [sp, #4] 0x08000190 <+8>: str r0, [sp, #0] 15\n16 // infinite loop; just so we don't leave this stack frame\n17 loop {}\n=> 0x08000192 <+10>: b.n 0x8000194 0x08000194 <+12>: b.n 0x8000194 End of assembler dump. See the fat arrow => on the left side? It shows the instruction the processor will execute next. If not inside the TUI mode on each stepi command GDB will print the statement, the line number and the address of the instruction the processor will execute next. (gdb) stepi\n0x08000194 17 loop {} (gdb) stepi\n0x08000194 17 loop {} One last trick before we move to something more interesting. Enter the following commands into GDB: (gdb) monitor reset halt\nUnable to match requested speed 1000 kHz, using 950 kHz\nUnable to match requested speed 1000 kHz, using 950 kHz\nadapter speed: 950 kHz\ntarget halted due to debug-request, current mode: Thread\nxPSR: 0x01000000 pc: 0x08000188 msp: 0x10002000 (gdb) continue\nContinuing. Breakpoint 1, led_roulette::main () at src/main.rs:8\n8 let x = 42; We are now back at the beginning of main ! monitor reset halt will reset the microcontroller and stop it right at the program entry point. The following continue command will let the program run freely until it reaches the main function that has a breakpoint on it. This combo is handy when you, by mistake, skipped over a part of the program that you were interested in inspecting. You can easily roll back the state of your program back to its very beginning. The fine print : This reset command doesn't clear or touch RAM. That memory will retain its values from the previous run. That shouldn't be a problem though, unless your program behavior depends of the value of uninitialized variables, but that's the definition of undefined behavior (UB). We are done with this debug session. You can end it with the quit command. (gdb) quit\nA debugging session is active. Inferior 1 [Remote target] will be detached. Quit anyway? (y or n) y\nDetaching from program: $PWD/target/thumbv7em-none-eabihf/debug/led-roulette, Remote target\nEnding remote debugging. NOTE If the default GDB CLI is not to your liking check out gdb-dashboard . It uses Python to turn the default GDB CLI into a dashboard that shows registers, the source view, the assembly view and other things. Don't close OpenOCD though! We'll use it again and again later on. It's better just to leave it running.","breadcrumbs":"Getting started » GDB session","id":"67","title":"GDB session"},"68":{"body":"In the next chapter we will learn how to send messages from the micro:bit to your computer, as well as howt to control the HAL GPIO.","breadcrumbs":"Getting started » What next?","id":"68","title":"What next?"},"69":{"body":"This is a recap of what we have done so far.","breadcrumbs":"Getting started » Solution","id":"69","title":"Solution"},"7":{"body":"Lots of things! Microcontrollers are the central part of systems known as embedded systems. These systems are everywhere but you don't usually notice them. These systems control the brakes of your car, wash your clothes, print your documents, keep you warm, keep you cool, optimize the fuel consumption of your car, etc. The main trait of these systems is that they operate without user intervention even if they expose a user interface like a washing machine does; most of their operation is done on their own. The other common trait of these systems is that they control a process. And for that these systems usually have one or more sensors and one or more actuators. For example, an HVAC system has several sensors, thermometers and humidy sensors spread across some area, and several actuators as well, heating elements and fans connected to ducts.","breadcrumbs":"What can you do with a microcontroller?","id":"7","title":"What can you do with a microcontroller?"},"70":{"body":"[package]\nname = \"start\"\nversion = \"0.2.0\" [dependencies]\npanic-halt = \"~0.2\"\nmicrobit=\"~0.7\"\ncortex-m-rt=\"~0.6\"","breadcrumbs":"Getting started » Cargo.toml","id":"70","title":"Cargo.toml"},"71":{"body":"#![no_std]\n#![no_main] extern crate cortex_m_rt;\nextern crate microbit;\nextern crate panic_halt; use cortex_m_rt::entry; #[entry]\nfn main() -> ! { let _y; let x = 42; _y = x; loop {}\n}","breadcrumbs":"Getting started » Rust","id":"71","title":"Rust"},"72":{"body":"# Configure builds for our target, the micro:bit's architecture\n[target.thumbv6m-none-eabi]\n# Execute binary using gdb when calling cargo run\nrunner = \"arm-none-eabi-gdb\"\n# Tweak to the linking process required by the cortex-m-rt crate\nrustflags = [ \"-C\", \"link-arg=-Tlink.x\", # The LLD linker is selected by default #\"-C\", \"linker=arm-none-eabi-ld\",\n] # Automatically select this target when cargo building this project\n[build]\ntarget = \"thumbv6m-none-eabi\"","breadcrumbs":"Getting started » .cargo/config","id":"72","title":".cargo/config"},"73":{"body":"# Connects GDB to OpenOCD server port\ntarget remote :3333\n# (optional) Unmangle function names when debugging\nset print asm-demangle on\n# Load your program, breaks at entry\nload\n# (optional) Add breakpoint at function\nbreak main\n# Continue with execution\ncontinue","breadcrumbs":"Getting started » .gdbinit","id":"73","title":".gdbinit"},"74":{"body":"In this chapter, we will discuss the basic I/O of embedded development in rust. After this chapter,you should have all the neccesary basic knowledge to do embedded development in Rust, with anything remaining being solution specific.","breadcrumbs":"Hello world","id":"74","title":"Hello world"},"75":{"body":"Semihosting is a feature which allows targets without I/O support to use the I/O of the host. When the special BKPT instruction is reached, the host reads the characters directly from the micro:bit's memory.","breadcrumbs":"Hello world » Semihosting","id":"75","title":"Semihosting"},"76":{"body":"The most important thing to remember about semihosting is that it is slow. The processor halts entirely for each operation, making each operation take 107 milliseconds. This means that if you are doing any time sensitive work, you should not use it for logging. Check out this blog post for more information.","breadcrumbs":"Hello world » Semihosting is slow","id":"76","title":"Semihosting is slow"},"77":{"body":"The first thing to do is to enable semihosting in GDB. As before, we will add this to .gdbinit to avoid typing it every time. .gdbinit target remote :3333\nmonitor arm semihosting enable\nload","breadcrumbs":"Hello world » GDB","id":"77","title":"GDB"},"78":{"body":"You may have incorrectly assumed at this point that the outpust would appear in GDB. Remember that GDB simply connects to OpenOCD to interface with the micro:bit. OpenOCD is very loud currently, so it will be quite hard to see the output of our micro:bit in the noise. Fix this by stopping and restarting it with logging dumped to a file. openocd -f interface/cmsis-dap.cfg -f target/nrf51.cfg -l /tmp/openocd.log","breadcrumbs":"Hello world » OpenOCD","id":"78","title":"OpenOCD"},"79":{"body":"The easiest way to use semihosting is to use it for the panic! macro. Cargo.toml panic-semihosting = \"\" You can then see what happens if you add a panic! to your code: fn main() -> ! { panic!(\"test-panic\");\n} Open On-Chip Debugger 0.10.0\nLicensed under GNU GPL v2\nFor bug reports, read http://openocd.org/doc/doxygen/bugs.html\npanicked at 'test-panic', src/hello-world/src/main.rs:27:5","breadcrumbs":"Hello world » Panic","id":"79","title":"Panic"},"8":{"body":"All these application I've mentioned, you can probably implement with a Raspberry Pi, a computer that runs Linux. Why should I bother with a microcontroller that operates without an OS? Sounds like it would be harder to develop a program. One main reason is cost. A microcontroller is much cheaper than a general purpose computer. Not only the microcontroller is cheaper; it also requires much less external electrical components to operate. This makes Printed Circuit Boards (PCB) smaller and cheaper to design and manufacture. Another big reason is power consumption. A microcontroller consumes orders of magnitude less power than a full blown processor. If your application will run on batteries that makes a huge difference. And last but not least: (hard) real time constraints. Some processes require their controllers to respond to some events within some time interval (e.g. a quadcopter/drone hit by a wind gust). If this deadline is not met, the process could end in catastrophic failure (e.g. the drone crashes to the ground). A general purpose computer running a general purpose OS has many services running in the background. This makes it hard to guarantee execution of a program within tight time constraints.","breadcrumbs":"When should I use a microcontroller?","id":"8","title":"When should I use a microcontroller?"},"80":{"body":"Finally, this is how to write to stdout. extern crate cortex_m_semihosting as sh;\nuse core::fmt::Write;\nuse sh::hio;\n// -- snip -- let mut stdout = hio::hstdout().unwrap(); stdout.write_str(\"semitest\\n\\r\").unwrap(); // or writeln!(hio::hstdout().unwrap(), \"Init\").unwrap(); Writing to stderr is just as easy.","breadcrumbs":"Hello world » stdout","id":"80","title":"stdout"},"81":{"body":"The micro:bit has a perihperal called UART, a Universal Asynchronous Receiver/Transmitter. This is a form of serial communication, data is transferred serially, i.e. one bit at a a time. It is asynchronous communication, and there is no clock signal to dictate the bitrate, intead this is agreed upon beforehand. The protocol has frames consisting of a start bit, data bits, parity bits, and stop bits. We will be using 8 bits per frame: 1 start, 6 data and 1 stop. The data rate is called the baud rate , and we will use 115200bps.","breadcrumbs":"Hello world » Serial communication","id":"81","title":"Serial communication"},"82":{"body":"The micro:bit allows us to transmit and receive this serial communication over USB with no additional hardware.","breadcrumbs":"Hello world » USB","id":"82","title":"USB"},"83":{"body":"To read and write to the serial bus from your computer, you will need to configure your tooling: *nix Windows","breadcrumbs":"Hello world » Tooling","id":"83","title":"Tooling"},"84":{"body":"use microbit::hal::prelude::*;\nuse microbit::hal::serial;\nuse microbit::hal::serial::BAUD115200;\n// -- snip --\nif let Some(p) = microbit::Peripherals::take() { let mut gpio = p.GPIO.split(); // Configure RX and TX pins accordingly let tx = gpio.pin24.into_push_pull_output().downgrade(); let rx = gpio.pin25.into_floating_input().downgrade(); // Configure serial communication let (mut tx, _) = serial::Serial::uart0(p.UART0, tx, rx, BAUD115200).split(); // Write string with newline and carriage return // This could also be a format string let _ = write!(tx, \"serial test\\n\\r\");\n} In minicom/PuTTY you should see: serial test This is a very simple introduction to using the UART as one way serial logging. The chapter on UART serial communication goes into much more detail.","breadcrumbs":"Hello world » Code","id":"84","title":"Code"},"85":{"body":"Connect the serial module to your laptop and let's find out what name the OS assigned to it. $ dmesg | grep -i tty\n(..)\n[ +0.000155] usb 3-2: FTDI USB Serial Device converter now attached to ttyUSB0 NOTE On macs, the USB device will named like this: cu.usbserial-* . Adjust the following commands accordingly! But what's this ttyUSB0 thing? It's a file of course! Everything is a file in *nix: $ ls -l /dev/ttyUSB0\ncrw-rw---- 1 root uucp 188, 0 Oct 27 00:00 /dev/ttyUSB0 You can send out data by simply writing to this file: $ echo 'Hello, world!' > /dev/ttyUSB0 You should see the TX (red) LED on the serial module blink, just once and very fast!","breadcrumbs":"Hello world » Serial communication » *nix tooling","id":"85","title":"*nix tooling"},"86":{"body":"Dealing with serial devices using echo is far from ergonomic. So, we'll use the program minicom to interact with the serial device using the keyboard. We must configure minicom before we use it. There are quite a few ways to do that but we'll use a .minirc.dfl file in the home directory. Create a file in ~/.minirc.dfl with the following contents: $ cat ~/.minirc.dfl\npu baudrate 115200\npu bits 8\npu parity N\npu stopbits 1\npu rtscts No\npu xonxoff No NOTE Make sure this file ends in a newline! Otherwise, minicom will fail to read it. That file should be straightforward to read (except for the last two lines), but nonetheless let's go over it line by line: pu baudrate 115200 . Sets baud rate to 115200 bps. pu bits 8 . 8 bits per frame. pu parity N . No parity check. pu stopbits 1 . 1 stop bit. pu rtscts No . No hardware control flow. pu xonxoff No . No software control flow. Once that's in place. We can launch minicom $ minicom -D /dev/ttyUSB0 -b 115200 This tells minicom to open the serial device at /dev/ttyUSB0 and set its baud rate to 115200. A text-based user interface (TUI) will pop out. Welcome to minicom 2.7.1 OPTIONS: I18n Compiled on Jun 5 2018, 10:54:41.\nPort /dev/ttyACM0, 19:50:57 Press CTRL-A Z for help on special keys You can now send data using the keyboard! Go ahead and type something. Note that the TUI won't echo back what you type (nothing will happen when you type) but you'll see TX (red) LED on the serial module blink with each keystroke.","breadcrumbs":"Hello world » Serial communication » minicom","id":"86","title":"minicom"},"87":{"body":"minicom exposes commands via keyboard shortcuts. On Linux, the shortcuts start with Ctrl+A . On mac, the shortcuts start with the Meta key. Some useful commands below: Ctrl+A + Z . Minicom Command Summary Ctrl+A + C . Clear the screen Ctrl+A + X . Exit and reset Ctrl+A + Q . Quit with no reset NOTE mac users: In the above commands, replace Ctrl+A with Meta .","breadcrumbs":"Hello world » Serial communication » minicom commands","id":"87","title":"minicom commands"},"88":{"body":"Before plugging the Serial module, run the following command on the terminal: $ mode It will print a list of devices that are connected to your laptop. The ones that start with COM in their names are serial devices. This is the kind of device we'll be working with. Take note of all the COM ports mode outputs before plugging the serial module. Now, plug the Serial module and run the mode command again. You should see a new COM port appear on the list. That's the COM port assigned to the serial module. Now launch putty . A GUI will pop out. On the starter screen, which should have the \"Session\" category open, pick \"Serial\" as the \"Connection type\". On the \"Serial line\" field enter the COM device you got on the previous step, for example COM3 . Next, pick the \"Connection/Serial\" category from the menu on the left. On this new view, make sure that the serial port is configured as follows: \"Speed (baud)\": 115200 \"Data bits\": 8 \"Stop bits\": 1 \"Parity\": None \"Flow control\": None Finally, click the Open button. A console will show up now. If you type on this console, the TX (red) LED on the Serial module should blink. Each key stroke should make the LED blink once. Note that the console won't echo back what you type so the screen will remain blank.","breadcrumbs":"Hello world » Serial communication » Windows tooling","id":"88","title":"Windows tooling"},"89":{"body":"","breadcrumbs":"Hello world » GPIO and LEDs","id":"89","title":"GPIO and LEDs"},"9":{"body":"Where heavy computations are involved. To keep their power consumption low, microcontrollers have very limited computational resources available to them. For example, some microcontrollers don't even have hardware support for floating point operations. On those devices, performing a simple addition of single precision numbers can take hundreds of CPU cycles.","breadcrumbs":"When should I not use a microcontroller?","id":"9","title":"When should I not use a microcontroller?"},"90":{"body":"GPIO: General purpose input-output The GPIO is a block of pins found on nearly all microcontrollers. As the name implies, they are general-purpose, configureable, analog or digital, input or output, electrical pins. Exactly what features each pin has on a given microcontroller will require looking at a datasheet. Analog vs Digital: Analog signals carry data in their amplitude as they continuously vary over time, whereas digital signals have a fixed rate and fixed amplitudes. Digital signals are usually just 0 or 1, i.e. 0V or 3.3V","breadcrumbs":"Hello world » GPIO","id":"90","title":"GPIO"},"91":{"body":"LED: Light emitting diode Let us now turn on an LED! But how? Many integrated periperals like LEDs and buttons are already connected to certain GPIO pins, so lighting up an LED can be as simple as configuring a GPIO pin to be a digital output. First we should look at the documentation of our crate , and you should be able to figure out how to get access to the gpio, and set individual pins high and low: // This takes singleton ownership of the micro:bit's peripherals\nif let Some(p) = microbit::Peripherals::take() { // Take the micro:bit's GPIO let mut gpio = p.GPIO.split(); // Take pin 1 of the GPIO, and configure it as a digital output let mut pin1 = gpio.pin1.into_push_pull_output(); // Set pin 1 high pin1.set_high();\n} Next we need to see how these pins are hooked up, for that we need the micro:bit schematics linked to at the bottom of the hardware overview . On the first sheet you should find a diagram with a grid of numbered LEDs. If you do not know much about electronics: Each row and column (labelled ROW and COL) represent a GPIO output pin. The components labelled are LEDs. LEDs only let current flow one way, and only emit light when current is flowing. If a row is set high, high voltage, and a column is set low, low voltage, the LED at the point that they cross will have a potential difference across it; current will flow and it will light up. As you can see, the micro:bit's display LEDs are a bit more complicated than being connected to a single pin. Each LED is connected to 2 pins, where one needs to be high, and the other low for the LED to light up. The 5x5 array of LEDs are actually wired up as a 3x9 array (3 rows by 9 columns), with 2 missing. This is usually done to make the circuit design easier. The fifth sheet shows how each row and column correspond to each GPIO pin. You should now have enough information to try and turn on an LED.","breadcrumbs":"Hello world » LED","id":"91","title":"LED"},"92":{"body":"This is my solution: #![no_std]\n#![no_main] extern crate panic_semihosting;\nextern crate cortex_m_rt as rt;\nextern crate cortex_m_semihosting as sh;\nextern crate microbit; use core::fmt::Write;\nuse rt::entry;\nuse sh::hio; use microbit::hal::prelude::*;\nuse microbit::hal::serial;\nuse microbit::hal::serial::BAUD115200; #[entry]\nfn main() -> ! { let mut stdout = hio::hstdout().unwrap(); writeln!(stdout, \"Start\").unwrap(); if let Some(p) = microbit::Peripherals::take() { // Split GPIO let mut gpio = p.GPIO.split(); // Configure RX and TX pins accordingly let tx = gpio.pin24.into_push_pull_output().downgrade(); let rx = gpio.pin25.into_floating_input().downgrade(); // Configure serial communication let (mut tx, _) = serial::Serial::uart0(p.UART0, tx, rx, BAUD115200).split(); write!(tx, \"serial - start\\r\\n\"); // Get row and column for display let mut led = gpio.pin13.into_push_pull_output(); let _ = gpio.pin4.into_push_pull_output(); // Set row high (column starts low) led.set_high(); // Write string with newline and carriage return write!(tx, \"serial - LED on\\r\\n\"); } panic!(\"End\");\n} It is worth noting that pin4 starts low, so does not need to be explicitly set low. You now know enough to start playing around with the micro:bit's LED display and GPIO, as well as logging data back to the host. You should know that the microbit crate already includes an abstraction for the LED display for you to use. How to implemented a simple blocking display driver is demonstrated in the LED display chapter .","breadcrumbs":"Hello world » GPIO and LEDs » Solution","id":"92","title":"Solution"},"93":{"body":"At this point of the book, you know the basics to get started with embedded development with Rust. The following chapters are more independent of each other, and can be done in any order; the only required knowledge is found in the chapters before this. If attempting the exerises, it is best to follow the book in order to pace the difficulty. A large portion of this book is still unfinished and I would love your support. Please submit an issue to request a new section, and a pull request to add a section.","breadcrumbs":"Choose your own adventure","id":"93","title":"Choose your own adventure"},"94":{"body":"This chapter will demosntrate the common uses of the micro:bit crate, and its specific hardware abstraction layer (HAL) features. The content in this chapter should be deduceable from the HAL crate, but are given here as a reference. More examples can be found in the micro:bit crate's examples .","breadcrumbs":"micro:bit HAL","id":"94","title":"micro:bit HAL"},"95":{"body":"The micro:bit as 3 hardware buttons, 2 user buttons and the reset button.","breadcrumbs":"micro:bit HAL basics » Buttons","id":"95","title":"Buttons"},"96":{"body":"The user buttons are wired up to be high when unpressed and low when pressed. #![no_std]\n#![no_main] extern crate panic_abort;\nextern crate cortex_m_rt as rt;\nextern crate microbit; use core::fmt::Write;\nuse rt::entry; use microbit::hal::prelude::*;\nuse microbit::hal::serial;\nuse microbit::hal::serial::BAUD115200; #[entry]\nfn main() -> ! { if let Some(p) = microbit::Peripherals::take() { // Split GPIO let mut gpio = p.GPIO.split(); // Configure RX and TX pins accordingly let tx = gpio.pin24.into_push_pull_output().downgrade(); let rx = gpio.pin25.into_floating_input().downgrade(); // Configure serial communication let (mut tx, _) = serial::Serial::uart0(p.UART0, tx, rx, BAUD115200).split(); // Configure button GPIOs as inputs let button_a = gpio.pin17.into_floating_input(); let button_b = gpio.pin26.into_floating_input(); // loop variables let mut state_a_low = false; let mut state_b_low = false; loop { // Get button states let button_a_low = button_a.is_low(); let button_b_low = button_b.is_low(); if button_a_low && !state_a_low { writeln!(tx, \"Button A down\").unwrap(); } if button_b_low && !state_b_low { writeln!(tx, \"Button B down\").unwrap(); } if !button_a_low && state_a_low { writeln!(tx, \"Button A up\").unwrap(); } if !button_b_low && state_b_low { writeln!(tx, \"Button B up\").unwrap(); } // Store buttons states // This should not read the GPIO pins again, as the state // may have changed and the change will not be recorded state_a_low = button_a_low; state_b_low = button_b_low; } } panic!(\"End\");\n}","breadcrumbs":"micro:bit HAL basics » User Buttons","id":"96","title":"User Buttons"},"97":{"body":"The microbit has 3 timers, the micro:bit crate currently only supports using TIMER0. if let Some(p) = microbit::Peripherals::take() { let mut delay = Delay::new(p.TIMER0); delay.delay_ms(1000_u32);\n}","breadcrumbs":"micro:bit HAL basics » Delays","id":"97","title":"Delays"},"98":{"body":"The micro:bit display is not trivial to control, so a driver is needed; see the display chapter for more details. Display calls for now are only blocking, and can either be for binary images (0 for off, 1 for on), or for monochrome images with differing brightness levels","breadcrumbs":"micro:bit HAL basics » Display","id":"98","title":"Display"},"99":{"body":"#![no_std]\n#![no_main] #[macro_use(entry, exception)]\nextern crate microbit;\nextern crate cortex_m_rt as rt;\nextern crate cortex_m_semihosting as sh;\nextern crate panic_abort; use core::fmt::Write;\nuse rt::entry; use microbit::hal::delay::Delay;\nuse microbit::hal::prelude::*;\nuse microbit::hal::serial;\nuse microbit::hal::serial::BAUD115200;\nuse microbit::led; #[entry]\nfn main() -> ! { if let Some(p) = microbit::Peripherals::take() { let mut gpio = p.GPIO.split(); let mut delay = Delay::new(p.TIMER0); // Configure display pins let row1 = gpio.pin13.into_push_pull_output().downgrade(); let row2 = gpio.pin14.into_push_pull_output().downgrade(); let row3 = gpio.pin15.into_push_pull_output().downgrade(); let col1 = gpio.pin4.into_push_pull_output().downgrade(); let col2 = gpio.pin5.into_push_pull_output().downgrade(); let col3 = gpio.pin6.into_push_pull_output().downgrade(); let col4 = gpio.pin7.into_push_pull_output().downgrade(); let col5 = gpio.pin8.into_push_pull_output().downgrade(); let col6 = gpio.pin9.into_push_pull_output().downgrade(); let col7 = gpio.pin10.into_push_pull_output().downgrade(); let col8 = gpio.pin11.into_push_pull_output().downgrade(); let col9 = gpio.pin12.into_push_pull_output().downgrade(); // Configure RX and TX pins accordingly let tx = gpio.pin24.into_push_pull_output().downgrade(); let rx = gpio.pin25.into_floating_input().downgrade(); let mut leds = led::Display::new( row1, row2, row3, col1, col2, col3, col4, col5, col6, col7, col8, col9, ); let (mut tx, _) = serial::Serial::uart0(p.UART0, tx, rx, BAUD115200).split(); let _ = write!(tx, \"\\n\\rStarting!\\n\\r\"); #[allow(non_snake_case)] let letter_I = [ [0, 1, 1, 1, 0], [0, 0, 1, 0, 0], [0, 0, 1, 0, 0], [0, 0, 1, 0, 0], [0, 1, 1, 1, 0], ]; let heart = [ [0, 1, 0, 1, 0], [1, 0, 1, 0, 1], [1, 0, 0, 0, 1], [0, 1, 0, 1, 0], [0, 0, 1, 0, 0], ]; #[allow(non_snake_case)] let letter_U = [ [0, 1, 0, 1, 0], [0, 1, 0, 1, 0], [0, 1, 0, 1, 0], [0, 1, 0, 1, 0], [0, 1, 1, 1, 0], ]; loop { let _ = write!(tx, \"I <3 Rust!\\n\\r\"); leds.display(&mut delay, letter_I, 1000); leds.display(&mut delay, heart, 1000); leds.display(&mut delay, letter_U, 1000); leds.clear(); delay.delay_ms(250_u32); } } panic!(\"End\");\n}","breadcrumbs":"micro:bit HAL basics » Blocking binary image display","id":"99","title":"Blocking binary image display"}},"length":171,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{".":{"(":{"df":0,"docs":{},"k":{"*":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}}}},"0":{"0":{"0":{"1":{"5":{"5":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{".":{"0":{"df":4,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0}}},"8":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"0":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},":":{"0":{"0":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"167":{"tf":1.0}}},"8":{"df":1,"docs":{"167":{"tf":1.0}}},"9":{"7":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"d":{"2":{"8":{":":{"0":{"2":{"0":{"4":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"119":{"tf":1.0},"130":{"tf":4.0},"133":{"tf":3.4641016151377544},"141":{"tf":3.605551275463989},"142":{"tf":1.4142135623730951},"143":{"tf":7.681145747868608},"156":{"tf":1.0},"157":{"tf":1.0},"38":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":6.708203932499369}},"v":{"df":1,"docs":{"90":{"tf":1.0}}},"x":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"0":{"0":{"0":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"1":{"8":{"8":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"a":{"df":1,"docs":{"67":{"tf":1.0}}},"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}}},"9":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"2":{"df":1,"docs":{"67":{"tf":1.0}}},"4":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"b":{"1":{"1":{"4":{"7":{"7":{"df":2,"docs":{"38":{"tf":1.0},"63":{"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":{"0":{"1":{"df":0,"docs":{},"f":{"d":{"8":{"df":1,"docs":{"67":{"tf":1.0}}},"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"0":{"0":{"0":{"3":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"3":{"8":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"8":{"8":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"4":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"4":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"1":{".":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"0":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"2":{"5":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"3":{"1":{".":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":5,"docs":{"143":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.0}}}},"7":{"df":1,"docs":{"76":{"tf":1.0}}},":":{"5":{"4":{":":{"4":{"1":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"153":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"1":{"5":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":2,"docs":{"86":{"tf":2.23606797749979},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"67":{"tf":1.0}}},"2":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}},"3":{"0":{"6":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"4":{"2":{"1":{"9":{"0":{"5":{"2":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"4":{":":{"0":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"67":{"tf":1.0}}},"6":{".":{"0":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"36":{"tf":1.0}}},"_":{"0":{"0":{"0":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"17":{"tf":1.4142135623730951},"67":{"tf":1.0}},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"z":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}},"7":{"df":1,"docs":{"67":{"tf":2.0}}},"8":{"8":{"df":1,"docs":{"85":{"tf":1.0}}},"9":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"0":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},":":{"5":{"0":{":":{"5":{"7":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":22,"docs":{"119":{"tf":1.0},"130":{"tf":3.3166247903554},"132":{"tf":1.0},"133":{"tf":3.1622776601683795},"141":{"tf":3.1622776601683795},"142":{"tf":1.0},"143":{"tf":6.324555320336759},"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.7320508075688772},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":2.449489742783178},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":5.477225575051661}}},"2":{".":{"3":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"z":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"7":{".":{"1":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"0":{"1":{"6":{"0":{"9":{"1":{"9":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"8":{"df":3,"docs":{"167":{"tf":1.0},"24":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"4":{"df":1,"docs":{"17":{"tf":1.0}}},"5":{"6":{"df":2,"docs":{"151":{"tf":1.0},"17":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"63":{"tf":1.0}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"132":{"tf":1.0}}},"7":{"df":1,"docs":{"85":{"tf":1.0}}},"c":{"2":{"df":0,"docs":{},"e":{"2":{"c":{"5":{"7":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":15,"docs":{"119":{"tf":1.0},"133":{"tf":3.4641016151377544},"141":{"tf":3.4641016151377544},"142":{"tf":1.0},"143":{"tf":3.605551275463989},"17":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"85":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"df":3,"docs":{"139":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951}}}},"3":{".":{"3":{"df":0,"docs":{},"v":{"df":3,"docs":{"157":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"62":{"tf":1.0}}},"3":{"3":{"3":{"df":4,"docs":{"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"df":14,"docs":{"119":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"143":{"tf":2.8284271247461903},"17":{"tf":1.4142135623730951},"45":{"tf":1.0},"67":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"×":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"x":{"9":{"df":5,"docs":{"131":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"×":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"4":{"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":2.8284271247461903},"71":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"119":{"tf":1.0},"133":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":2.23606797749979}}},"5":{".":{"4":{".":{"1":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":7,"docs":{"119":{"tf":1.0},"133":{"tf":2.23606797749979},"141":{"tf":2.6457513110645907},"143":{"tf":3.0},"56":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}},"v":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"5":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"17":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"5":{"3":{"5":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"133":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0}}},"7":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"8":{".":{"1":{".":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"133":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"36":{"tf":1.0},"67":{"tf":2.0},"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"5":{"0":{"df":2,"docs":{"63":{"tf":2.449489742783178},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":4,"docs":{"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"91":{"tf":1.0}}},"_":{"df":8,"docs":{"105":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"y":{"df":3,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":3.3166247903554},"71":{"tf":1.4142135623730951}}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.7320508075688772},"42":{"tf":1.0}}}},"v":{"df":1,"docs":{"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"50":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"17":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"151":{"tf":1.0},"28":{"tf":1.4142135623730951},"41":{"tf":1.0},"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"101":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"152":{"tf":1.0},"160":{"tf":1.0},"64":{"tf":1.0}}}},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":2.0},"91":{"tf":1.0}}},"t":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0}}}}},"c":{"df":2,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0}}},"d":{"df":21,"docs":{"108":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":2.449489742783178}}}}}}},"df":1,"docs":{"143":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"85":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":2.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"81":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"159":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}},"g":{"df":2,"docs":{"3":{"tf":1.0},"67":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"12":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"152":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"156":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"155":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"150":{"tf":1.0},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"152":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"107":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"11":{"tf":1.0},"159":{"tf":1.4142135623730951},"40":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":1,"docs":{"1":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"105":{"tf":1.0},"157":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"c":{"a":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"m":{"'":{"df":1,"docs":{"27":{"tf":1.0}}},"df":14,"docs":{"159":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":2.8284271247461903},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"17":{"tf":1.0},"67":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"141":{"tf":2.449489742783178},"143":{"tf":1.0},"17":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"170":{"tf":1.0}}},"m":{"df":4,"docs":{"160":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"141":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"157":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"51":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"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":{},"}":{"=":{"=":{"\"":{"0":{"2":{"0":{"4":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"=":{"=":{"\"":{"0":{"d":{"2":{"8":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}},"df":1,"docs":{"64":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"159":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"159":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"b":{"'":{"\\":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.4142135623730951},"17":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"151":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"116":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"149":{"tf":1.0},"41":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0}}},"h":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":4,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"74":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"l":{"df":1,"docs":{"11":{"tf":1.0}}}}},"u":{"d":{"1":{"1":{"5":{"2":{"0":{"0":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":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":{"81":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"c":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"160":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":8,"docs":{"115":{"tf":1.0},"150":{"tf":1.7320508075688772},"160":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"74":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"134":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"77":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":2.0}},"n":{"df":2,"docs":{"1":{"tf":1.0},"15":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"67":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"17":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"154":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}},"df":1,"docs":{"27":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"t":{"df":8,"docs":{"27":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":2.449489742783178},"86":{"tf":2.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"164":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":4,"docs":{"38":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":0,"docs":{},"k":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0}}}},"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":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"*":{"b":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"b":{"'":{"a":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":11,"docs":{"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"159":{"tf":1.7320508075688772},"76":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"159":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"143":{"tf":1.0},"15":{"tf":2.0},"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"17":{"tf":1.0},"170":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.0},"124":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"91":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"86":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"160":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"160":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"67":{"tf":3.3166247903554},"73":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"33":{"tf":2.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"83":{"tf":1.0}},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"115":{"tf":1.0},"118":{"tf":2.449489742783178},"121":{"tf":2.6457513110645907},"151":{"tf":1.0}}}}}},"g":{"df":4,"docs":{"159":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":17,"docs":{"159":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"2":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"151":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":2.0}}}}}},"df":1,"docs":{"96":{"tf":1.0}}},"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":2.0}}}}}},"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"154":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":3.0}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"118":{"tf":2.0},"121":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"17":{"tf":1.0},"67":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"c":{"/":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},":":{"\\":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"c":{"d":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"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":{"38":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"31":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"165":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"156":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"127":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":2.0},"42":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"155":{"tf":1.0}}}},"c":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":2,"docs":{"159":{"tf":1.0},"7":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"o":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"40":{"tf":1.0},"46":{"tf":1.4142135623730951},"57":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"169":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":19,"docs":{"11":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"90":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"128":{"tf":1.0},"169":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}},"k":{"df":1,"docs":{"33":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":2,"docs":{"28":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"127":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0}}}}},"d":{"df":2,"docs":{"27":{"tf":1.0},"40":{"tf":1.0}}},"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"160":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"28":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{",":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":12,"docs":{"110":{"tf":1.0},"124":{"tf":1.4142135623730951},"130":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"126":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"142":{"tf":1.0},"159":{"tf":2.23606797749979},"163":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"129":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"131":{"tf":1.0},"141":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"143":{"tf":1.0},"67":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"136":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":5,"docs":{"153":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"28":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"28":{"tf":1.0},"38":{"tf":2.0},"63":{"tf":2.449489742783178}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":11,"docs":{"103":{"tf":1.4142135623730951},"11":{"tf":1.0},"143":{"tf":1.0},"159":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"2":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"3":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"4":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"5":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"6":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"7":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"8":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"9":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"91":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":3,"docs":{"139":{"tf":2.23606797749979},"91":{"tf":2.0},"92":{"tf":1.4142135623730951}}}}}},"m":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"o":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":1,"docs":{"88":{"tf":2.23606797749979}},"e":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"160":{"tf":2.0},"164":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":2.6457513110645907},"67":{"tf":4.0},"85":{"tf":1.0},"87":{"tf":2.23606797749979},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"159":{"tf":1.0},"2":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":14,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"159":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"17":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"167":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"86":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"151":{"tf":1.0},"62":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"115":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"154":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"157":{"tf":1.0},"163":{"tf":2.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.7320508075688772},"18":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"63":{"tf":2.8284271247461903},"64":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"159":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{":":{":":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"17":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":11,"docs":{"111":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"67":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":15,"docs":{"106":{"tf":1.4142135623730951},"12":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":2.23606797749979},"28":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"131":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"17":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"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":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"167":{"tf":2.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"142":{"tf":1.4142135623730951},"169":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"17":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"85":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"67":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"94":{"tf":1.0}}},"df":35,"docs":{"104":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"113":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":2.449489742783178},"120":{"tf":1.0},"121":{"tf":2.23606797749979},"136":{"tf":1.0},"143":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"167":{"tf":2.0},"170":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":2.0},"51":{"tf":2.23606797749979},"53":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"80":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.0},"99":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"109":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"28":{"tf":1.0},"40":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"41":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"0":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"36":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"a":{"df":1,"docs":{"87":{"tf":2.449489742783178}}},"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"108":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}},"u":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"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":9,"docs":{"12":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"28":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"78":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"d":{"a":{"c":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"p":{".":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"28":{"tf":1.0},"38":{"tf":2.0},"63":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":10,"docs":{"102":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"20":{"tf":1.0},"81":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"39":{"tf":1.0}}}},"y":{"df":1,"docs":{"158":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"df":3,"docs":{"160":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"63":{"tf":1.0},"86":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":12,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"160":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":3.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.6457513110645907},"73":{"tf":1.0}},"g":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"24":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"0":{"0":{"_":{"df":0,"docs":{},"u":{"3":{"2":{"df":3,"docs":{"121":{"tf":1.0},"137":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"0":{"_":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"143":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"w":{"(":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"0":{"df":6,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951}}}},"df":10,"docs":{"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"97":{"tf":1.4142135623730951},"99":{"tf":2.0}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"159":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}},"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":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"155":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"8":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"84":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"/":{"0":{"0":{"2":{"/":{"0":{"3":{"3":{"df":1,"docs":{"36":{"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":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"a":{"c":{"df":0,"docs":{},"m":{"0":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"0":{"df":2,"docs":{"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"61":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":11,"docs":{"1":{"tf":1.0},"10":{"tf":2.0},"11":{"tf":1.0},"12":{"tf":2.0},"15":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"21":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"c":{"df":13,"docs":{"15":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":2.0},"164":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"88":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"154":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"2":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":1.4142135623730951}}}}},"m":{"df":1,"docs":{"153":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"o":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"170":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"43":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.4142135623730951},"67":{"tf":2.0}}}},"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":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"131":{"tf":1.0},"141":{"tf":1.0}}},"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"141":{"tf":1.0},"143":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"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":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"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":{},"w":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":17,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":2.6457513110645907},"130":{"tf":1.7320508075688772},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":3.0},"160":{"tf":1.7320508075688772},"20":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"98":{"tf":2.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"a":{"df":1,"docs":{"151":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"27":{"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":6,"docs":{"107":{"tf":1.0},"22":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":5,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"138":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"152":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"df":1,"docs":{"126":{"tf":1.7320508075688772}}},"w":{"df":0,"docs":{},"n":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"130":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"154":{"tf":1.0},"31":{"tf":1.4142135623730951},"6":{"tf":1.0}},"r":{"df":5,"docs":{"140":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"42":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"67":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"139":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":5,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"0":{"4":{"6":{"3":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"d":{".":{".":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}},"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":1,"docs":{"62":{"tf":1.0}}},"df":15,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":2.8284271247461903},"30":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":2.0}},"h":{"df":0,"docs":{},"f":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"67":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"132":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"'":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"1":{"tf":1.0}},"i":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"46":{"tf":1.0},"91":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"79":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"67":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"63":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"127":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"_":{"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":1,"docs":{"169":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"153":{"tf":1.4142135623730951},"3":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"153":{"tf":1.0},"157":{"tf":1.0},"3":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"62":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"112":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"110":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"159":{"tf":2.0},"2":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.7320508075688772},"54":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.4142135623730951},"48":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":8,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.7320508075688772},"8":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"163":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":2.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.7320508075688772},"71":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"y":{"!":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"21":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}}}},"r":{"(":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"e":{"0":{"4":{"6":{"3":{"df":2,"docs":{"167":{"tf":1.7320508075688772},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"167":{"tf":2.6457513110645907},"169":{"tf":1.0},"170":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"d":{"/":{"9":{"9":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"159":{"tf":1.4142135623730951},"17":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"124":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":2,"docs":{"152":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"85":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"157":{"tf":1.0},"160":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"159":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"164":{"tf":1.7320508075688772},"51":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"142":{"tf":1.0},"150":{"tf":2.8284271247461903},"152":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":2.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"114":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0}}}},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"p":{"df":1,"docs":{"160":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"157":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"15":{"tf":1.0},"67":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"135":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0},"92":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"63":{"tf":1.0},"7":{"tf":1.0},"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"160":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":15,"docs":{"113":{"tf":2.0},"118":{"tf":2.23606797749979},"121":{"tf":2.23606797749979},"143":{"tf":2.0},"19":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.7320508075688772},"8":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":2.0},"96":{"tf":1.7320508075688772},"99":{"tf":2.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":1,"docs":{"127":{"tf":1.0}}}},"f":{"3":{"df":1,"docs":{"28":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"105":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":2.449489742783178},"165":{"tf":2.449489742783178},"167":{"tf":1.4142135623730951},"86":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":1,"docs":{"7":{"tf":1.0}}},"q":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"r":{"df":3,"docs":{"151":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"38":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":1,"docs":{"67":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":6,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"38":{"tf":2.0},"63":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"106":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"119":{"tf":1.0},"19":{"tf":1.0}}}},"w":{"df":5,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"64":{"tf":1.0},"86":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"155":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":13,"docs":{"170":{"tf":2.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":2.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"138":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":12,"docs":{"12":{"tf":1.0},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":2.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"167":{"tf":1.4142135623730951},"30":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"100":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"33":{"tf":1.0},"38":{"tf":1.7320508075688772},"41":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"x":{"df":9,"docs":{"1":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":2.8284271247461903}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":19,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.23606797749979},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"105":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":2.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}},"t":{"df":2,"docs":{"158":{"tf":1.0},"84":{"tf":1.0}}}},"df":2,"docs":{"150":{"tf":1.0},"81":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"136":{"tf":1.0}}}},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":5,"docs":{"103":{"tf":2.23606797749979},"160":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":3,"docs":{"119":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"153":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"t":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"127":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":2,"docs":{"129":{"tf":1.0},"153":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"135":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"155":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}}},"w":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"114":{"tf":1.0},"126":{"tf":1.0}}}},"r":{"b":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"c":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0}}},"df":0,"docs":{}},"d":{"b":{"'":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":15,"docs":{"1":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"63":{"tf":3.7416573867739413},"64":{"tf":1.4142135623730951},"67":{"tf":5.5677643628300215},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"64":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"28":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}},"n":{"df":7,"docs":{"130":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.4142135623730951},"39":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":5,"docs":{"38":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":8,"docs":{"130":{"tf":1.0},"150":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"64":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"136":{"tf":1.0},"84":{"tf":1.0}}},"o":{"d":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"1":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"0":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"1":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"3":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.0},"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"4":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"5":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"4":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.0},"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"5":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"6":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"8":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"9":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":14,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.8284271247461903},"92":{"tf":1.7320508075688772},"96":{"tf":2.0},"99":{"tf":1.0}}}},"l":{"df":3,"docs":{"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"a":{"b":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"p":{"df":2,"docs":{"36":{"tf":1.0},"85":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"p":{"=":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"28":{"tf":2.23606797749979},"36":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"19":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"h":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"136":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.4142135623730951},"50":{"tf":2.0},"68":{"tf":1.0},"94":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":10,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":2.449489742783178},"67":{"tf":1.7320508075688772},"70":{"tf":1.0},"76":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"1":{"tf":1.0}},"i":{"df":1,"docs":{"67":{"tf":1.0}}},"l":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"17":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}}}}},"r":{"d":{"df":5,"docs":{"14":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"133":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"124":{"tf":1.0},"14":{"tf":1.0},"48":{"tf":1.0}}}}},"df":1,"docs":{"42":{"tf":1.0}},"e":{"a":{"d":{"df":2,"docs":{"106":{"tf":1.7320508075688772},"22":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"74":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":6,"docs":{"159":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"27":{"tf":1.0}}},"df":10,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"121":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"139":{"tf":2.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"96":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"63":{"tf":1.0},"75":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"w":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"c":{"d":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"'":{"df":0,"docs":{},"v":{"df":2,"docs":{"67":{"tf":1.0},"8":{"tf":1.0}}}},".":{"df":3,"docs":{"28":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":3,"docs":{"159":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"1":{"8":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"2":{"c":{"df":4,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"159":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"67":{"tf":2.0}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"28":{"tf":2.23606797749979},"36":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":2,"docs":{"11":{"tf":1.0},"15":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"143":{"tf":1.0},"159":{"tf":1.0},"169":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":1,"docs":{"90":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"126":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"164":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0}}}}}},"o":{"df":6,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"38":{"tf":3.0},"63":{"tf":4.358898943540674},"67":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"134":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"143":{"tf":1.0},"163":{"tf":1.0},"27":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":3,"docs":{"143":{"tf":1.0},"159":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"154":{"tf":1.7320508075688772},"17":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"135":{"tf":1.0},"159":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"167":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"150":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"152":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.7320508075688772},"75":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":2.23606797749979}}}}},"f":{"a":{"c":{"df":8,"docs":{"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.0},"63":{"tf":3.0},"67":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}},"e":{"/":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"15":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"152":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"1":{"tf":1.0}},"t":{"df":3,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"84":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"21":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"d":{"a":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"'":{"df":7,"docs":{"14":{"tf":1.0},"152":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"169":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"r":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}}},"²":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"o":{"b":{"df":2,"docs":{"12":{"tf":1.0},"167":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}},"n":{"df":1,"docs":{"86":{"tf":1.0}}}}},"k":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.7320508075688772}}},"df":1,"docs":{"135":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":6,"docs":{"143":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"86":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"z":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"63":{"tf":4.123105625617661},"67":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"151":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"2":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"59":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"2":{"tf":1.0},"74":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":6,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":1,"docs":{"160":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"169":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"'":{"df":1,"docs":{"21":{"tf":1.0}}},"df":6,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"164":{"tf":1.0},"165":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}}},"df":8,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}}}},"d":{"df":3,"docs":{"170":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":3,"docs":{"36":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"167":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0}},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}},"v":{"df":3,"docs":{"151":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"1":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"1":{"df":1,"docs":{"124":{"tf":1.0}}},"df":1,"docs":{"124":{"tf":1.0}}},"2":{"df":1,"docs":{"124":{"tf":1.0}}},":":{":":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"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":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"v":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951}}}},"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"[":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"0":{"]":{"[":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"1":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"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":{},"w":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}},"v":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951}}}},"df":3,"docs":{"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"+":{"1":{"2":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":22,"docs":{"1":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"153":{"tf":2.0},"154":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"38":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":3.7416573867739413},"92":{"tf":2.23606797749979},"99":{"tf":1.0}},"s":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.4142135623730951},"67":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"155":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"t":{"'":{"df":10,"docs":{"16":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"u":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":4,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":2.23606797749979},"31":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"3":{"tf":1.0},"98":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"109":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"20":{"tf":1.0},"91":{"tf":2.23606797749979}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":10,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0}}},"k":{"df":6,"docs":{"133":{"tf":1.0},"22":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"170":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"z":{"2":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":9,"docs":{"163":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":2.0},"23":{"tf":1.4142135623730951},"41":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}}},"l":{"d":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":7,"docs":{"153":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":1,"docs":{"160":{"tf":1.0}},"f":{"df":1,"docs":{"129":{"tf":1.0}}},"g":{"df":7,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"28":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":12,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}},"p":{"df":18,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"129":{"tf":1.0},"135":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"153":{"tf":1.0},"164":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.6457513110645907},"71":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}},"t":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}},"t":{"df":3,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"7":{"tf":1.0}}},"u":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"w":{"df":9,"docs":{"139":{"tf":2.0},"142":{"tf":1.4142135623730951},"153":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"s":{"b":{"df":1,"docs":{"62":{"tf":1.0}}},"df":2,"docs":{"36":{"tf":1.0},"85":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"b":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"0":{"df":2,"docs":{"17":{"tf":1.0},"41":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"41":{"tf":1.0}}},"a":{"c":{"df":2,"docs":{"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":3,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":{"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":7,"docs":{"105":{"tf":1.0},"107":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"79":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"3":{"1":{"1":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.8284271247461903},"7":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":17,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"163":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"i":{"df":3,"docs":{"17":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"121":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"63":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.7320508075688772},"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"y":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"112":{"tf":1.0},"155":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0}},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"151":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"x":{"df":2,"docs":{"170":{"tf":2.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"102":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"z":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0}}},"df":33,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"119":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"99":{"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":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"4":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"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":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{":":{":":{"b":{"a":{"df":0,"docs":{},"u":{"d":{"1":{"1":{"5":{"2":{"0":{"0":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"99":{"tf":1.0}}},"n":{"b":{":":{":":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"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":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"df":0,"docs":{},"~":{"0":{".":{"7":{"df":3,"docs":{"49":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":18,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.4142135623730951},"143":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.4142135623730951},"71":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.7320508075688772},"63":{"tf":3.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":2.23606797749979},"9":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"51":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"18":{"tf":1.0},"20":{"tf":1.0},"38":{"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":2,"docs":{"135":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}},"df":7,"docs":{"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"33":{"tf":1.0},"86":{"tf":2.8284271247461903},"87":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"23":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"c":{".":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"163":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"a":{"8":{"6":{"5":{"2":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"67":{"tf":2.6457513110645907},"88":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"169":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"153":{"tf":1.0},"28":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":22,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.4142135623730951},"167":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"155":{"tf":1.0},"159":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}}}},"v":{"df":1,"docs":{"67":{"tf":1.0}},"e":{"df":6,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"134":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"4":{"3":{"0":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"22":{"tf":1.0},"8":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"128":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"150":{"tf":3.0},"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":14,"docs":{"113":{"tf":2.0},"118":{"tf":2.449489742783178},"121":{"tf":2.449489742783178},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":3.3166247903554},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"96":{"tf":2.0},"97":{"tf":1.0},"99":{"tf":2.0}}}}},"n":{"/":{"df":0,"docs":{},"u":{"+":{"0":{"0":{"0":{"a":{"df":1,"docs":{"107":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"!":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"28":{"tf":1.0},"48":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}}},"ï":{"df":0,"docs":{},"v":{"df":1,"docs":{"105":{"tf":1.0}}}}},"b":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.0}}},"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"28":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":23,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"w":{"df":12,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979}}}}}}},"x":{"df":3,"docs":{"38":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"d":{"df":13,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"n":{"df":2,"docs":{"110":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":18,"docs":{"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":2.8284271247461903},"30":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"67":{"tf":1.0},"72":{"tf":2.0},"88":{"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":1,"docs":{"86":{"tf":1.0}}}}}}}}}}},"p":{"df":1,"docs":{"135":{"tf":1.0}}},"r":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":11,"docs":{"24":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"67":{"tf":2.23606797749979},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"h":{"df":3,"docs":{"152":{"tf":1.0},"63":{"tf":1.7320508075688772},"86":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":19,"docs":{"164":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"5":{"1":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"8":{"2":{"2":{"df":3,"docs":{"17":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"17":{"tf":1.0}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"28":{"tf":2.0},"63":{"tf":1.0}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"119":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.0},"156":{"tf":1.0},"67":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}},"o":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"d":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"\\":{"df":0,"docs":{},"r":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":8,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"129":{"tf":1.0},"136":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.0},"160":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"163":{"tf":1.7320508075688772},"170":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.7320508075688772},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951}},"o":{"c":{"d":{"'":{"df":1,"docs":{"63":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":14,"docs":{"162":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":2.0},"165":{"tf":2.23606797749979},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":2.0},"33":{"tf":1.0},"38":{"tf":2.6457513110645907},"63":{"tf":2.8284271247461903},"64":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":13,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"48":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":2,"docs":{"135":{"tf":1.0},"7":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"159":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"s":{"df":6,"docs":{"150":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"152":{"tf":1.0},"159":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"86":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"t":{"df":13,"docs":{"12":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":2.449489742783178},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":12,"docs":{"101":{"tf":1.4142135623730951},"154":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"78":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}}}},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"6":{"tf":1.0},"70":{"tf":1.0}}}},"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"105":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"!":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0}}}}}}}}}}},"df":7,"docs":{"169":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":2.449489742783178}},"k":{"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0}}}}},"s":{"df":1,"docs":{"121":{"tf":1.0}}},"t":{"df":5,"docs":{"19":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":2.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"=":{"$":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"$":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"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":{},"o":{"c":{"d":{"%":{"\\":{"<":{"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":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":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":{"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":2.0},"32":{"tf":1.0}}}},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"c":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":3,"docs":{"159":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"d":{"df":0,"docs":{},"f":{"df":2,"docs":{"133":{"tf":1.0},"22":{"tf":1.0}}}},"df":2,"docs":{"160":{"tf":1.0},"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"143":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"91":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}}},"i":{"c":{"df":1,"docs":{"46":{"tf":1.0}},"k":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}},"e":{"c":{"df":2,"docs":{"130":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"n":{"1":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"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":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"1":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"2":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"3":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"4":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"5":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"df":1,"docs":{"91":{"tf":1.0}}},"4":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"92":{"tf":1.0}}},"5":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"6":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"7":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"8":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"9":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.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":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":15,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"17":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":3.1622776601683795},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"107":{"tf":1.0},"159":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"143":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"159":{"tf":1.0},"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.4142135623730951},"11":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":2.6457513110645907},"22":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"67":{"tf":2.0},"78":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"164":{"tf":2.23606797749979},"165":{"tf":2.23606797749979}}}},"p":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":1,"docs":{"142":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"152":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"121":{"tf":1.0},"159":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"91":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"152":{"tf":1.4142135623730951},"153":{"tf":2.0},"157":{"tf":1.0},"20":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":2,"docs":{"27":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"v":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"42":{"tf":1.0},"67":{"tf":1.0},"88":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"115":{"tf":1.0},"133":{"tf":1.0},"160":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":3.4641016151377544},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"163":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"163":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"162":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.0},"17":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":2.0},"76":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"105":{"tf":1.0},"157":{"tf":1.4142135623730951},"62":{"tf":1.0}},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":17,"docs":{"10":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"160":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":3.3166247903554},"64":{"tf":1.0},"67":{"tf":3.7416573867739413},"73":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.4142135623730951},"170":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"53":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"155":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"b":{"df":4,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.23606797749979},"48":{"tf":1.0}}},"df":1,"docs":{"86":{"tf":3.4641016151377544}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"4":{"tf":1.0},"93":{"tf":1.0}}},"s":{"df":2,"docs":{"136":{"tf":1.0},"153":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"8":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"1":{"tf":1.0},"27":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"23":{"tf":1.0},"32":{"tf":1.0},"88":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"w":{"d":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"v":{"7":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":1,"docs":{"153":{"tf":2.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}},"q":{"4":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":2,"docs":{"63":{"tf":1.0},"87":{"tf":1.0}},"f":{"a":{"a":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"159":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.7320508075688772},"78":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"z":{"df":2,"docs":{"114":{"tf":1.0},"122":{"tf":1.0}}}}}},"r":{"/":{"df":0,"docs":{},"u":{"+":{"0":{"0":{"0":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"0":{"df":2,"docs":{"167":{"tf":1.4142135623730951},"67":{"tf":2.0}}},"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"d":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}}},"m":{"df":4,"docs":{"151":{"tf":2.0},"17":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"50":{"tf":1.0}}}},"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":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":3,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"67":{"tf":2.0},"75":{"tf":1.0}}}},"d":{"df":17,"docs":{"110":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"14":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"i":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"8":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"115":{"tf":1.4142135623730951},"82":{"tf":1.0}},"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":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}},"u":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"103":{"tf":1.0},"165":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"36":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"133":{"tf":1.4142135623730951},"22":{"tf":1.0},"67":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"167":{"tf":1.0},"67":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"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":{"133":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"135":{"tf":1.0},"164":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"a":{"d":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"74":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":4,"docs":{"63":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":7,"docs":{"160":{"tf":1.0},"21":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.7320508075688772},"73":{"tf":1.0},"77":{"tf":1.0}}},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":2,"docs":{"48":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"63":{"tf":1.0},"79":{"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":2,"docs":{"159":{"tf":1.0},"4":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"41":{"tf":1.0},"91":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"63":{"tf":2.8284271247461903},"67":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"169":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"67":{"tf":2.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"78":{"tf":1.0}}}}},"df":1,"docs":{"2":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"m":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":15,"docs":{"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":1.7320508075688772},"84":{"tf":1.0},"92":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"133":{"tf":1.0},"157":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"v":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"2":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"3":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"141":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"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":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"df":0,"docs":{},"~":{"0":{".":{"6":{"df":2,"docs":{"57":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":10,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":1,"docs":{"12":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":2.0},"36":{"tf":1.4142135623730951}}}},"n":{"df":21,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":2.449489742783178},"67":{"tf":2.449489742783178},"72":{"tf":1.0},"8":{"tf":2.0},"88":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"48":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"!":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":4,"docs":{"23":{"tf":1.0},"24":{"tf":2.0},"42":{"tf":1.0},"45":{"tf":1.0}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"143":{"tf":1.0},"159":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"63":{"tf":1.4142135623730951}},"e":{"d":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"64":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}}}}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"85":{"tf":1.0}}},"x":{"df":9,"docs":{"104":{"tf":1.0},"113":{"tf":2.0},"118":{"tf":2.0},"121":{"tf":2.0},"143":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"152":{"tf":1.4142135623730951},"158":{"tf":1.0}}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"110":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"132":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"3":{"tf":1.0}}}}}}},"df":4,"docs":{"160":{"tf":1.4142135623730951},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"63":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"143":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"100":{"tf":1.0},"130":{"tf":1.4142135623730951},"160":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":19,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}},"m":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"127":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"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":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"143":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"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":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}}}}}}}},"n":{"d":{"df":6,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"160":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"31":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"144":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":2.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"17":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"0":{"(":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"0":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":19,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":2.6457513110645907},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":1.7320508075688772},"86":{"tf":2.0},"88":{"tf":3.0},"92":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"63":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"63":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"165":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":2.0},"88":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"136":{"tf":1.0},"139":{"tf":2.8284271247461903},"142":{"tf":2.449489742783178},"160":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"66":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"h":{":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"12":{"tf":1.0}}},"l":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"10":{"tf":1.0},"160":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":3,"docs":{"67":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":3,"docs":{"118":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":1,"docs":{"160":{"tf":1.0}},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":1,"docs":{"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"46":{"tf":1.0}}}}},"i":{"df":2,"docs":{"78":{"tf":1.0},"85":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":6,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"63":{"tf":2.23606797749979}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"12":{"tf":1.0}}}},"p":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"139":{"tf":1.0},"152":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"142":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"66":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"12":{"tf":1.0},"19":{"tf":1.0},"63":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.4142135623730951},"143":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.4142135623730951}}}},"v":{"df":5,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"4":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"67":{"tf":2.0}},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"15":{"tf":1.0},"25":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"74":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"38":{"tf":1.4142135623730951},"63":{"tf":3.3166247903554},"67":{"tf":1.7320508075688772},"88":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951}}}}},"i":{"df":3,"docs":{"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"17":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"c":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":5,"docs":{"43":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0}},"s":{":":{"4":{":":{"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{":":{"1":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{"1":{"3":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"160":{"tf":1.0},"40":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"41":{"tf":1.0}},"t":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"r":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":25,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"_":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":2.0}}}}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"154":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"67":{"tf":1.0},"96":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"67":{"tf":3.1622776601683795}}}}}}},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}}},"d":{"df":4,"docs":{"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"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":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"160":{"tf":1.7320508075688772},"41":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.8284271247461903},"88":{"tf":1.0}},"i":{"df":2,"docs":{"160":{"tf":1.0},"67":{"tf":2.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0}}}}},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"155":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"150":{"tf":1.0},"152":{"tf":1.0},"67":{"tf":1.7320508075688772},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"154":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"105":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"164":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"149":{"tf":1.0},"151":{"tf":1.0}}}}}},"u":{"b":{"df":1,"docs":{"67":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":4,"docs":{"163":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"36":{"tf":1.0}}}},"df":1,"docs":{"28":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"153":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"150":{"tf":1.0},"159":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.7320508075688772}}}}}}}},"w":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"38":{"tf":2.0},"63":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"154":{"tf":1.4142135623730951},"24":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":2.8284271247461903}}}}},"v":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"143":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"124":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"27":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":1,"docs":{"61":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"v":{"6":{"df":0,"docs":{},"m":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"5":{"1":{".":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"v":{"6":{"df":0,"docs":{},"m":{"df":2,"docs":{"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":20,"docs":{"0":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979},"42":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"63":{"tf":3.0},"64":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"138":{"tf":1.0},"150":{"tf":3.1622776601683795},"159":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"/":{"3":{"3":{"3":{"3":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"63":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"o":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"108":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":2.0},"88":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"105":{"tf":2.23606797749979},"11":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.7320508075688772},"79":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"125":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":6,"docs":{"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"152":{"tf":1.0},"159":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"64":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"150":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.4142135623730951}}}}}}},"u":{"df":2,"docs":{"150":{"tf":1.0},"153":{"tf":1.0}},"m":{"b":{"df":0,"docs":{},"v":{"6":{"df":0,"docs":{},"m":{"df":9,"docs":{"169":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"72":{"tf":1.0}}}},"7":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"m":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":20,"docs":{"12":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.449489742783178},"158":{"tf":2.0},"159":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":1.0},"90":{"tf":1.0}},"r":{"0":{"df":2,"docs":{"137":{"tf":1.0},"97":{"tf":1.0}}},"df":4,"docs":{"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"17":{"tf":1.0},"97":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"c":{"d":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"167":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":9,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.0}}}},"p":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"159":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"c":{"df":3,"docs":{"159":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"153":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"50":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"151":{"tf":1.7320508075688772},"20":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":5,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"116":{"tf":2.0},"121":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":14,"docs":{"105":{"tf":1.0},"12":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"33":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"61":{"tf":1.0},"91":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"0":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"160":{"tf":1.0}},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"67":{"tf":2.6457513110645907},"86":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"124":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"67":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"135":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0}}}},"x":{"df":13,"docs":{"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":2.0},"118":{"tf":2.0},"121":{"tf":2.0},"143":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":2.0},"96":{"tf":2.0},"99":{"tf":2.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"143":{"tf":1.0},"159":{"tf":1.0},"59":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"77":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}}},"o":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"u":{"1":{"6":{"df":1,"docs":{"135":{"tf":2.0}}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":2.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"118":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"151":{"tf":1.4142135623730951},"17":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"b":{"df":1,"docs":{"67":{"tf":1.0}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"2":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"d":{"df":0,"docs":{},"m":{"df":2,"docs":{"28":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"28":{"tf":1.4142135623730951},"36":{"tf":1.0}}}}},"df":2,"docs":{"108":{"tf":1.0},"28":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"63":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"r":{"df":4,"docs":{"109":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"3":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"158":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"167":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"139":{"tf":1.0},"152":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.23606797749979},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"81":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"'":{"df":1,"docs":{"17":{"tf":1.0}}},"df":13,"docs":{"103":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}}},"df":71,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"113":{"tf":2.6457513110645907},"117":{"tf":1.0},"118":{"tf":3.0},"12":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":2.8284271247461903},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":3.1622776601683795},"15":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":2.23606797749979},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":2.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":4.0},"67":{"tf":4.47213595499958},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":2.0},"86":{"tf":2.449489742783178},"87":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":2.6457513110645907},"94":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.4142135623730951},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"105":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"28":{"tf":3.0},"36":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{".":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":3,"docs":{"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"141":{"tf":1.0}},"u":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"67":{"tf":2.449489742783178}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"160":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"67":{"tf":2.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"90":{"tf":1.0}}}}},"df":3,"docs":{"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0}},"e":{"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"u":{"8":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0},"67":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"23":{"tf":2.449489742783178},"30":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"i":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"67":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"17":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{",":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"90":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"y":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":2.449489742783178},"86":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"42":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"149":{"tf":1.0},"3":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"11":{"tf":1.0},"159":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}},"df":1,"docs":{"153":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":7,"docs":{"100":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"124":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"124":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"103":{"tf":2.0}}},"df":0,"docs":{},"k":{"df":13,"docs":{"1":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.4142135623730951},"16":{"tf":1.0},"163":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"48":{"tf":1.4142135623730951},"76":{"tf":1.0},"88":{"tf":1.0}}},"l":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{"2":{"7":{":":{"5":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"15":{"tf":1.0},"92":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"!":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":5,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}},"df":11,"docs":{"105":{"tf":2.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"157":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"df":6,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":2.0},"121":{"tf":2.23606797749979},"143":{"tf":2.0},"96":{"tf":2.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"105":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"112":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}},"x":{"0":{"0":{"df":0,"docs":{},"m":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":3.872983346207417},"71":{"tf":1.4142135623730951},"87":{"tf":1.0}},"j":{"df":0,"docs":{},"f":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":2,"docs":{"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"67":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"159":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.7320508075688772},"86":{"tf":1.0}}}},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"z":{"df":3,"docs":{"108":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"breadcrumbs":{"root":{"0":{".":{".":{"(":{"df":0,"docs":{},"k":{"*":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}}}},"0":{"0":{"0":{"1":{"5":{"5":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{".":{"0":{"df":4,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"46":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0}}},"8":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"0":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},":":{"0":{"0":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"3":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"167":{"tf":1.0}}},"8":{"df":1,"docs":{"167":{"tf":1.0}}},"9":{"7":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"d":{"2":{"8":{":":{"0":{"2":{"0":{"4":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":15,"docs":{"119":{"tf":1.0},"130":{"tf":4.0},"133":{"tf":3.4641016151377544},"141":{"tf":3.605551275463989},"142":{"tf":1.4142135623730951},"143":{"tf":7.681145747868608},"156":{"tf":1.0},"157":{"tf":1.0},"38":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":6.708203932499369}},"v":{"df":1,"docs":{"90":{"tf":1.0}}},"x":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"0":{"0":{"0":{"0":{"0":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"1":{"8":{"8":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"a":{"df":1,"docs":{"67":{"tf":1.0}}},"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}}},"9":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"2":{"df":1,"docs":{"67":{"tf":1.0}}},"4":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"b":{"1":{"1":{"4":{"7":{"7":{"df":2,"docs":{"38":{"tf":1.0},"63":{"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":{"0":{"1":{"df":0,"docs":{},"f":{"d":{"8":{"df":1,"docs":{"67":{"tf":1.0}}},"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"0":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"8":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"0":{"0":{"0":{"0":{"3":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"3":{"8":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"1":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"8":{"8":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"9":{"4":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"1":{"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{"4":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"1":{".":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"0":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"2":{"5":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"3":{"1":{".":{"0":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":5,"docs":{"143":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.0}}}},"7":{"df":1,"docs":{"76":{"tf":1.0}}},":":{"5":{"4":{":":{"4":{"1":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"153":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"1":{"5":{"2":{"0":{"0":{"b":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":2,"docs":{"86":{"tf":2.23606797749979},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"67":{"tf":1.0}}},"2":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951}}},"3":{"0":{"6":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"4":{"2":{"1":{"9":{"0":{"5":{"2":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"4":{":":{"0":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"14":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"67":{"tf":1.0}}},"6":{".":{"0":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"36":{"tf":1.0}}},"_":{"0":{"0":{"0":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"17":{"tf":1.4142135623730951},"67":{"tf":1.0}},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"z":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}},"7":{"df":1,"docs":{"67":{"tf":2.0}}},"8":{"8":{"df":1,"docs":{"85":{"tf":1.0}}},"9":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"0":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},":":{"5":{"0":{":":{"5":{"7":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":22,"docs":{"119":{"tf":1.0},"130":{"tf":3.3166247903554},"132":{"tf":1.0},"133":{"tf":3.1622776601683795},"141":{"tf":3.1622776601683795},"142":{"tf":1.0},"143":{"tf":6.324555320336759},"17":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":2.449489742783178},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":5.477225575051661}}},"2":{".":{"3":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"z":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"7":{".":{"1":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"0":{"1":{"6":{"0":{"9":{"1":{"9":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"8":{"df":3,"docs":{"167":{"tf":1.0},"24":{"tf":1.4142135623730951},"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":2,"docs":{"17":{"tf":1.0},"27":{"tf":1.0}}},"4":{"df":1,"docs":{"17":{"tf":1.0}}},"5":{"6":{"df":2,"docs":{"151":{"tf":1.0},"17":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"63":{"tf":1.0}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"132":{"tf":1.0}}},"7":{"df":1,"docs":{"85":{"tf":1.0}}},"c":{"2":{"df":0,"docs":{},"e":{"2":{"c":{"5":{"7":{"d":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":15,"docs":{"119":{"tf":1.0},"133":{"tf":3.4641016151377544},"141":{"tf":3.4641016151377544},"142":{"tf":1.0},"143":{"tf":3.605551275463989},"17":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"85":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"df":3,"docs":{"139":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951}}}},"3":{".":{"3":{"df":0,"docs":{},"v":{"df":3,"docs":{"157":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}},"2":{"df":3,"docs":{"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"62":{"tf":1.0}}},"3":{"3":{"3":{"df":4,"docs":{"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"36":{"tf":1.0}}},"df":14,"docs":{"119":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"143":{"tf":2.8284271247461903},"17":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"×":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"x":{"9":{"df":5,"docs":{"131":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"×":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"4":{"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":2.8284271247461903},"71":{"tf":1.0}}},"3":{"5":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"119":{"tf":1.0},"133":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"67":{"tf":2.23606797749979}}},"5":{".":{"4":{".":{"1":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":7,"docs":{"119":{"tf":1.0},"133":{"tf":2.23606797749979},"141":{"tf":2.6457513110645907},"143":{"tf":3.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0},"86":{"tf":1.0}},"v":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"5":{"df":6,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"17":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"4":{"df":1,"docs":{"27":{"tf":1.0}}},"5":{"5":{"3":{"5":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"133":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.0}}},"7":{"df":5,"docs":{"133":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"8":{".":{"1":{".":{"0":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"133":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"36":{"tf":1.0},"67":{"tf":2.0},"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"5":{"0":{"df":2,"docs":{"63":{"tf":2.449489742783178},"67":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":4,"docs":{"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"91":{"tf":1.0}}},"_":{"df":8,"docs":{"105":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"y":{"df":3,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":3.3166247903554},"71":{"tf":1.4142135623730951}}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.7320508075688772},"42":{"tf":1.0}}}},"v":{"df":1,"docs":{"87":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"50":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"17":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"151":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"41":{"tf":1.0},"91":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"101":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"152":{"tf":1.0},"160":{"tf":1.0},"64":{"tf":1.0}}}},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"62":{"tf":1.0},"63":{"tf":2.0},"91":{"tf":1.0}}},"t":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0}}}}},"c":{"df":2,"docs":{"156":{"tf":1.7320508075688772},"157":{"tf":1.0}}},"d":{"df":21,"docs":{"108":{"tf":1.4142135623730951},"119":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"93":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":2.449489742783178}}}}}}},"df":1,"docs":{"143":{"tf":1.0}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"85":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"163":{"tf":1.0},"164":{"tf":2.0},"165":{"tf":2.0},"167":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"67":{"tf":2.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"81":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"159":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"101":{"tf":1.0},"110":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}},"g":{"df":2,"docs":{"3":{"tf":1.0},"67":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":7,"docs":{"12":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"152":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"90":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"156":{"tf":2.0},"157":{"tf":2.0},"90":{"tf":1.7320508075688772}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"155":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"150":{"tf":1.0},"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"152":{"tf":1.0},"74":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"107":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"11":{"tf":1.0},"159":{"tf":1.4142135623730951},"40":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"df":1,"docs":{"1":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"105":{"tf":1.0},"157":{"tf":1.0},"27":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"r":{"c":{"a":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"m":{"'":{"df":1,"docs":{"27":{"tf":1.0}}},"df":14,"docs":{"159":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":2.8284271247461903},"30":{"tf":2.0},"33":{"tf":1.0},"36":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"17":{"tf":1.0},"67":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"141":{"tf":2.449489742783178},"143":{"tf":1.0},"17":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"170":{"tf":1.0}}},"m":{"df":4,"docs":{"160":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"141":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"157":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"151":{"tf":1.0},"81":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"93":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"51":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"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":{},"}":{"=":{"=":{"\"":{"0":{"2":{"0":{"4":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"=":{"=":{"\"":{"0":{"d":{"2":{"8":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}},"df":1,"docs":{"64":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"159":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"159":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"b":{"'":{"\\":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.4142135623730951},"17":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"151":{"tf":1.0},"5":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"116":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"149":{"tf":1.0},"41":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"0":{"tf":1.0},"106":{"tf":1.0},"15":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0}}},"h":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":9,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"74":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.7320508075688772},"8":{"tf":1.0}}}}},"l":{"df":1,"docs":{"11":{"tf":1.0}}}}},"u":{"d":{"1":{"1":{"5":{"2":{"0":{"0":{")":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":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":{"81":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"c":{"df":3,"docs":{"0":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"160":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":8,"docs":{"115":{"tf":1.0},"150":{"tf":1.7320508075688772},"160":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"40":{"tf":1.0},"74":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"134":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"77":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":2.0}},"n":{"df":2,"docs":{"1":{"tf":1.0},"15":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"23":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"87":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"67":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.4142135623730951},"17":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"154":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"27":{"tf":1.0}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"t":{"df":8,"docs":{"27":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":2.449489742783178},"86":{"tf":2.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"164":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":4,"docs":{"38":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":0,"docs":{},"k":{"!":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0}}}},"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":{},"x":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"*":{"b":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"b":{"'":{"a":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":30,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":2.449489742783178},"111":{"tf":2.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"159":{"tf":1.7320508075688772},"76":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"159":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"143":{"tf":1.0},"15":{"tf":2.0},"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"17":{"tf":1.0},"170":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":8,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"14":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.0},"124":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"91":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"86":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"130":{"tf":1.0},"160":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"160":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.0},"67":{"tf":3.3166247903554},"73":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"33":{"tf":2.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"83":{"tf":1.0}},"f":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"(":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"115":{"tf":1.0},"118":{"tf":2.449489742783178},"121":{"tf":2.6457513110645907},"151":{"tf":1.0}}}}}},"g":{"df":4,"docs":{"159":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"d":{"df":17,"docs":{"159":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"2":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":2.0},"62":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772}}},"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"151":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":2.0}}}}}},"df":1,"docs":{"96":{"tf":1.0}}},"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":2.0}}}}}},"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"154":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":2.23606797749979},"96":{"tf":3.1622776601683795}}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"118":{"tf":2.0},"121":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"17":{"tf":1.0},"67":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"c":{"/":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},":":{"\\":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"c":{"d":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"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":{"38":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"31":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"165":{"tf":1.0},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"156":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":12,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"127":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"38":{"tf":1.0},"53":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"167":{"tf":2.23606797749979},"42":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"155":{"tf":1.0}}}},"c":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":2,"docs":{"159":{"tf":1.0},"7":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"o":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":5,"docs":{"40":{"tf":1.0},"46":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"169":{"tf":1.0},"53":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":19,"docs":{"11":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"58":{"tf":1.0},"61":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"105":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}}}},"df":1,"docs":{"90":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"128":{"tf":1.0},"169":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}},"k":{"df":1,"docs":{"33":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}}},"df":2,"docs":{"28":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"127":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0}}}}},"d":{"df":2,"docs":{"27":{"tf":1.0},"40":{"tf":1.0}}},"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":1.7320508075688772},"160":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"28":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{",":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":12,"docs":{"110":{"tf":1.0},"124":{"tf":1.4142135623730951},"130":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.4142135623730951},"68":{"tf":1.0},"74":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"126":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"142":{"tf":1.0},"159":{"tf":2.23606797749979},"163":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"105":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"129":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"131":{"tf":1.0},"141":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":3,"docs":{"143":{"tf":1.0},"67":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"136":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":5,"docs":{"153":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"28":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"28":{"tf":1.0},"38":{"tf":2.0},"63":{"tf":2.449489742783178}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":11,"docs":{"103":{"tf":1.4142135623730951},"11":{"tf":1.0},"143":{"tf":1.0},"159":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"2":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"3":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"4":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"5":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"6":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"7":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"8":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"9":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"91":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":3,"docs":{"139":{"tf":2.23606797749979},"91":{"tf":2.0},"92":{"tf":1.4142135623730951}}}}}},"m":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"o":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":1,"docs":{"88":{"tf":2.23606797749979}},"e":{"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"160":{"tf":2.0},"164":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":2.6457513110645907},"67":{"tf":4.0},"85":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"7":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"159":{"tf":1.0},"2":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":18,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"159":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"17":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"1":{"tf":1.0},"135":{"tf":1.0},"167":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"86":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"151":{"tf":1.0},"62":{"tf":1.4142135623730951}}}},"i":{"c":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"6":{"tf":1.4142135623730951},"8":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"115":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":20,"docs":{"105":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"154":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"157":{"tf":1.0},"163":{"tf":2.23606797749979},"164":{"tf":1.7320508075688772},"165":{"tf":2.0},"18":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":2.0},"63":{"tf":2.8284271247461903},"64":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"159":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":4,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{":":{":":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"17":{"tf":1.0},"50":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"28":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":11,"docs":{"111":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"67":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":15,"docs":{"106":{"tf":1.7320508075688772},"12":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":2.23606797749979},"28":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"131":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"17":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"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":{},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"167":{"tf":2.23606797749979},"17":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"105":{"tf":1.0},"142":{"tf":1.4142135623730951},"169":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"m":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"17":{"tf":1.0},"41":{"tf":1.4142135623730951},"51":{"tf":2.0},"53":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"114":{"tf":1.0},"119":{"tf":2.0},"121":{"tf":1.7320508075688772}}}}}},"df":1,"docs":{"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"85":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"67":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"94":{"tf":1.0}}},"df":35,"docs":{"104":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"113":{"tf":2.0},"117":{"tf":1.4142135623730951},"118":{"tf":2.449489742783178},"120":{"tf":1.4142135623730951},"121":{"tf":2.23606797749979},"136":{"tf":1.0},"143":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"167":{"tf":2.23606797749979},"170":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":2.0},"51":{"tf":2.23606797749979},"53":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"80":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"94":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.0},"99":{"tf":2.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"109":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.4142135623730951},"28":{"tf":1.0},"40":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"41":{"tf":1.0},"91":{"tf":1.0}}}}},"t":{"0":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"36":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"a":{"df":1,"docs":{"87":{"tf":2.449489742783178}}},"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"108":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}},"u":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"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":9,"docs":{"12":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"28":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"78":{"tf":1.0},"91":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"d":{"a":{"c":{"df":1,"docs":{"157":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}}},"p":{".":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"28":{"tf":1.0},"38":{"tf":2.0},"63":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":10,"docs":{"102":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"20":{"tf":1.0},"81":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"24":{"tf":1.0},"39":{"tf":1.0}}}},"y":{"df":1,"docs":{"158":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"df":3,"docs":{"160":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"159":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.4142135623730951},"63":{"tf":1.0},"86":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":12,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"160":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":3.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":2.6457513110645907},"73":{"tf":1.0}},"g":{"df":5,"docs":{"31":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":7,"docs":{"24":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"(":{"1":{"0":{"0":{"0":{"_":{"df":0,"docs":{},"u":{"3":{"2":{"df":3,"docs":{"121":{"tf":1.0},"137":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"5":{"0":{"_":{"df":0,"docs":{},"u":{"3":{"2":{"df":2,"docs":{"143":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"w":{"(":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"0":{"df":6,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951}}}},"df":10,"docs":{"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":2.6457513110645907},"97":{"tf":1.7320508075688772},"99":{"tf":2.0}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"159":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"15":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.0},"57":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0}}},"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":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"155":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.7320508075688772},"8":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"133":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"84":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"/":{"0":{"0":{"2":{"/":{"0":{"3":{"3":{"df":1,"docs":{"36":{"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":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"a":{"c":{"df":0,"docs":{},"m":{"0":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"0":{"df":2,"docs":{"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"61":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":24,"docs":{"1":{"tf":1.0},"10":{"tf":2.23606797749979},"11":{"tf":1.0},"12":{"tf":2.0},"15":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.0}}}}}},"i":{"c":{"df":13,"docs":{"15":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":2.0},"164":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"36":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"88":{"tf":2.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"154":{"tf":2.23606797749979},"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"159":{"tf":1.0},"2":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":1.4142135623730951}}}}},"m":{"df":1,"docs":{"153":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"o":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"43":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.4142135623730951},"67":{"tf":2.0}}}},"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":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"132":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"131":{"tf":1.0},"141":{"tf":1.0}}},"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"141":{"tf":1.0},"143":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"2":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"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":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"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":{},"w":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":29,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":3.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.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.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":3.1622776601683795},"160":{"tf":1.7320508075688772},"20":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"98":{"tf":2.23606797749979},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"a":{"df":1,"docs":{"151":{"tf":2.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"f":{"df":1,"docs":{"27":{"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":6,"docs":{"107":{"tf":1.0},"22":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":5,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"138":{"tf":1.0},"63":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"152":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"df":1,"docs":{"126":{"tf":2.0}}},"w":{"df":0,"docs":{},"n":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"130":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"27":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"154":{"tf":1.0},"31":{"tf":1.4142135623730951},"6":{"tf":1.0}},"r":{"df":5,"docs":{"140":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"42":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"67":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"139":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"139":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":5,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"164":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"0":{"4":{"6":{"3":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"i":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"63":{"tf":1.0}},"e":{"d":{".":{".":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}},"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":1,"docs":{"62":{"tf":1.0}}},"df":15,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":2.8284271247461903},"30":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":2.0}},"h":{"df":0,"docs":{},"f":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"67":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"132":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"'":{"df":1,"docs":{"155":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"1":{"tf":1.0}},"i":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"46":{"tf":1.0},"91":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"79":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"67":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":19,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"63":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"127":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"_":{"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":1,"docs":{"169":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"153":{"tf":1.4142135623730951},"3":{"tf":1.0},"8":{"tf":1.0},"90":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"153":{"tf":1.0},"157":{"tf":1.0},"3":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"62":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"112":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"110":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"159":{"tf":2.0},"2":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":2.0},"54":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.4142135623730951},"93":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"109":{"tf":1.4142135623730951},"48":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":8,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"119":{"tf":1.0},"130":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.7320508075688772},"8":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"130":{"tf":1.0},"163":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":2.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.7320508075688772},"71":{"tf":1.0},"73":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"y":{"!":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}}}},"r":{"(":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"e":{"0":{"4":{"6":{"3":{"df":2,"docs":{"167":{"tf":1.7320508075688772},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":2.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"167":{"tf":2.6457513110645907},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"58":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"d":{"/":{"9":{"9":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"159":{"tf":1.4142135623730951},"17":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"6":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"124":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":2,"docs":{"152":{"tf":1.0},"8":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"40":{"tf":1.0},"85":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"157":{"tf":1.0},"160":{"tf":1.0},"90":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":10,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"159":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"164":{"tf":1.7320508075688772},"51":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":1,"docs":{"30":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":14,"docs":{"142":{"tf":1.0},"150":{"tf":2.8284271247461903},"152":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":2.0},"72":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"1":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0}}}},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"p":{"df":1,"docs":{"160":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"157":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"15":{"tf":1.0},"67":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"135":{"tf":1.0},"19":{"tf":1.0},"43":{"tf":1.0},"92":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"63":{"tf":1.0},"7":{"tf":1.0},"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"160":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":15,"docs":{"113":{"tf":2.0},"118":{"tf":2.23606797749979},"121":{"tf":2.23606797749979},"143":{"tf":2.0},"19":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.7320508075688772},"8":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":2.0},"96":{"tf":1.7320508075688772},"99":{"tf":2.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":1,"docs":{"127":{"tf":1.0}}}},"f":{"3":{"df":1,"docs":{"28":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"105":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":2.449489742783178},"165":{"tf":2.449489742783178},"167":{"tf":1.4142135623730951},"86":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":1,"docs":{"7":{"tf":1.0}}},"q":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"r":{"df":3,"docs":{"151":{"tf":1.0},"69":{"tf":1.0},"86":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"38":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"df":1,"docs":{"67":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":6,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"38":{"tf":2.0},"63":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"42":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"106":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"119":{"tf":1.0},"19":{"tf":1.0}}}},"w":{"df":5,"docs":{"23":{"tf":1.0},"26":{"tf":1.0},"48":{"tf":1.0},"64":{"tf":1.0},"86":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"155":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":13,"docs":{"170":{"tf":2.449489742783178},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":2.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"138":{"tf":1.0},"28":{"tf":1.0},"61":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":12,"docs":{"12":{"tf":1.0},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":2.23606797749979},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"38":{"tf":1.0},"67":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"167":{"tf":1.4142135623730951},"30":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"100":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.7320508075688772},"33":{"tf":1.0},"38":{"tf":2.0},"41":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"x":{"df":9,"docs":{"1":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"17":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":3.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"103":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"67":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":19,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.23606797749979},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"105":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":2.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}},"t":{"df":2,"docs":{"158":{"tf":1.0},"84":{"tf":1.0}}}},"df":2,"docs":{"150":{"tf":1.0},"81":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"136":{"tf":1.0}}}},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"169":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":5,"docs":{"103":{"tf":2.23606797749979},"160":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":3,"docs":{"119":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"153":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"t":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"100":{"tf":1.0},"118":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"127":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.4142135623730951},"15":{"tf":1.0},"17":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":2,"docs":{"129":{"tf":1.0},"153":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"135":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"155":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}}}}}},"w":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"114":{"tf":1.0},"126":{"tf":1.0}}}},"r":{"b":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"c":{"df":4,"docs":{"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"33":{"tf":1.0}}},"df":0,"docs":{}},"d":{"b":{"'":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":15,"docs":{"1":{"tf":1.0},"160":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"63":{"tf":3.7416573867739413},"64":{"tf":1.4142135623730951},"67":{"tf":5.656854249492381},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"64":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"28":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"18":{"tf":1.0},"38":{"tf":1.0},"8":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"df":36,"docs":{"124":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}},"n":{"df":7,"docs":{"130":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.4142135623730951},"39":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":5,"docs":{"38":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"79":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"df":8,"docs":{"130":{"tf":1.0},"150":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"64":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"136":{"tf":1.0},"84":{"tf":1.0}}},"o":{"d":{"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"1":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{"91":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"0":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"1":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"2":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"3":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.0},"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"4":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"5":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"4":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"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":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.0},"92":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"5":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"6":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"7":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"8":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"9":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":14,"docs":{"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":2.0},"91":{"tf":2.8284271247461903},"92":{"tf":2.0},"96":{"tf":2.0},"99":{"tf":1.0}}}},"l":{"df":3,"docs":{"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"a":{"b":{"df":3,"docs":{"12":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"p":{"df":2,"docs":{"36":{"tf":1.0},"85":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"91":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"p":{"=":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"28":{"tf":2.23606797749979},"36":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"15":{"tf":1.4142135623730951},"19":{"tf":1.0}}},"df":1,"docs":{"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"155":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"h":{"0":{"df":1,"docs":{"63":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"136":{"tf":1.0},"148":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"50":{"tf":2.23606797749979},"68":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":10,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":2.449489742783178},"67":{"tf":1.7320508075688772},"70":{"tf":1.0},"76":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"1":{"tf":1.0}},"i":{"df":1,"docs":{"67":{"tf":1.0}}},"l":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"17":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"132":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}}}}}},"r":{"d":{"df":5,"docs":{"14":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"133":{"tf":1.0},"15":{"tf":2.0},"150":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.0},"22":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"124":{"tf":1.0},"14":{"tf":1.0},"48":{"tf":1.0}}}}},"df":1,"docs":{"42":{"tf":1.0}},"e":{"a":{"d":{"df":2,"docs":{"106":{"tf":1.7320508075688772},"22":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"{":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":19,"docs":{"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"p":{"df":6,"docs":{"159":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"58":{"tf":1.0},"86":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"27":{"tf":1.0}}},"df":10,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"121":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0},"94":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"139":{"tf":2.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"91":{"tf":2.23606797749979},"92":{"tf":1.0},"96":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"91":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.4142135623730951},"63":{"tf":1.0},"75":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"w":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"c":{"d":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"'":{"df":0,"docs":{},"v":{"df":2,"docs":{"67":{"tf":1.0},"8":{"tf":1.0}}}},".":{"df":3,"docs":{"28":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":3,"docs":{"159":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"1":{"8":{"df":0,"docs":{},"n":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"2":{"c":{"df":4,"docs":{"151":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"159":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"67":{"tf":2.0}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"28":{"tf":2.23606797749979},"36":{"tf":1.0}},"e":{"a":{"df":3,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"127":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"138":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":2,"docs":{"11":{"tf":1.0},"15":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"143":{"tf":1.0},"159":{"tf":1.0},"169":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"59":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}},"df":1,"docs":{"90":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"22":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"126":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"164":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0}}}}}},"o":{"df":6,"docs":{"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"38":{"tf":3.0},"63":{"tf":4.358898943540674},"67":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"134":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"143":{"tf":1.0},"163":{"tf":1.0},"27":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":3,"docs":{"143":{"tf":1.0},"159":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.7320508075688772},"114":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"154":{"tf":2.0},"17":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"90":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"135":{"tf":1.0},"159":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"167":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"150":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"152":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.7320508075688772},"30":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.7320508075688772},"75":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"91":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":2.23606797749979}}}}},"f":{"a":{"c":{"df":8,"docs":{"17":{"tf":1.0},"38":{"tf":1.4142135623730951},"54":{"tf":1.0},"63":{"tf":3.0},"67":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0}},"e":{"/":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"15":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"1":{"tf":1.0}},"t":{"df":3,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"84":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"v":{"df":2,"docs":{"21":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"d":{"a":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"'":{"df":7,"docs":{"14":{"tf":1.0},"152":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"169":{"tf":1.7320508075688772},"48":{"tf":1.0}}},"r":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}}}},"²":{"c":{"df":1,"docs":{"144":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"j":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"o":{"b":{"df":2,"docs":{"12":{"tf":1.0},"167":{"tf":1.4142135623730951}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"130":{"tf":1.0}}}},"n":{"df":1,"docs":{"86":{"tf":1.0}}}}},"k":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.7320508075688772}}},"df":1,"docs":{"135":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":6,"docs":{"143":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0},"7":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"86":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"z":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"63":{"tf":4.123105625617661},"67":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"151":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"2":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"130":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"59":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":4,"docs":{"14":{"tf":1.7320508075688772},"2":{"tf":1.0},"74":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":6,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":1,"docs":{"160":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"169":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"'":{"df":1,"docs":{"21":{"tf":1.0}}},"df":6,"docs":{"28":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"15":{"tf":1.0},"22":{"tf":1.0},"93":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"63":{"tf":1.0},"67":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"164":{"tf":1.0},"165":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"50":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}}},"df":8,"docs":{"124":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}}}},"d":{"df":3,"docs":{"170":{"tf":1.4142135623730951},"53":{"tf":1.0},"72":{"tf":1.0}},"r":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":3,"docs":{"36":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"12":{"tf":1.0},"167":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0}},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}},"v":{"df":3,"docs":{"151":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.7320508075688772}}}},"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"1":{"0":{"df":1,"docs":{"124":{"tf":1.0}}},"1":{"df":1,"docs":{"124":{"tf":1.0}}},"df":1,"docs":{"124":{"tf":1.0}}},"2":{"df":1,"docs":{"124":{"tf":1.0}}},":":{":":{"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":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"99":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"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":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}}}},"v":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951}}}},"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"133":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"[":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"0":{"]":{"[":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"1":{"df":2,"docs":{"141":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"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":{},"w":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}},"v":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951}}}},"df":3,"docs":{"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"+":{"1":{"2":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":33,"docs":{"1":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.6457513110645907},"153":{"tf":2.0},"154":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"38":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"91":{"tf":3.872983346207417},"92":{"tf":2.449489742783178},"99":{"tf":1.0}},"s":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":5,"docs":{"106":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.7320508075688772},"67":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"155":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"t":{"'":{"df":10,"docs":{"16":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"u":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":4,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":2.23606797749979},"31":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"3":{"tf":1.0},"98":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"109":{"tf":1.0}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"20":{"tf":1.0},"91":{"tf":2.23606797749979}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":10,"docs":{"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"114":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":2.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0}}},"k":{"df":6,"docs":{"133":{"tf":1.0},"22":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"=":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{}},"df":4,"docs":{"170":{"tf":1.4142135623730951},"3":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"b":{"df":0,"docs":{},"z":{"2":{".":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"z":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":9,"docs":{"163":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":2.0},"23":{"tf":1.4142135623730951},"41":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"127":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}}},"l":{"d":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":1,"docs":{"63":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":7,"docs":{"153":{"tf":1.0},"36":{"tf":1.0},"63":{"tf":2.6457513110645907},"64":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":1,"docs":{"160":{"tf":1.0}},"f":{"df":1,"docs":{"129":{"tf":1.0}}},"g":{"df":7,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"28":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":12,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}},"p":{"df":18,"docs":{"113":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"129":{"tf":1.0},"135":{"tf":2.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"153":{"tf":1.0},"164":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.6457513110645907},"71":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}},"t":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}},"t":{"df":3,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"7":{"tf":1.0}}},"u":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}}},"w":{"df":9,"docs":{"139":{"tf":2.0},"142":{"tf":1.4142135623730951},"153":{"tf":1.0},"17":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"s":{"b":{"df":1,"docs":{"62":{"tf":1.0}}},"df":2,"docs":{"36":{"tf":1.0},"85":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"b":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"0":{"df":2,"docs":{"17":{"tf":1.0},"41":{"tf":1.7320508075688772}}},"1":{"df":1,"docs":{"41":{"tf":1.0}}},"a":{"c":{"df":2,"docs":{"85":{"tf":1.0},"87":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}},"o":{"df":3,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":{"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":7,"docs":{"105":{"tf":1.0},"107":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"79":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"3":{"1":{"1":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"17":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":21,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.4142135623730951},"17":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":2.8284271247461903},"7":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":17,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"163":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"i":{"df":3,"docs":{"17":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"121":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"63":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.7320508075688772},"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"124":{"tf":1.0},"126":{"tf":2.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"y":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":10,"docs":{"15":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"51":{"tf":2.0},"53":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"112":{"tf":1.0},"155":{"tf":1.0},"36":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0}},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}},"m":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"151":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"x":{"df":2,"docs":{"170":{"tf":2.23606797749979},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"63":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"102":{"tf":1.0},"58":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":1,"docs":{"87":{"tf":1.4142135623730951}},"l":{"df":2,"docs":{"41":{"tf":1.0},"63":{"tf":1.0}}}},"df":1,"docs":{"8":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"z":{"df":1,"docs":{"17":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"41":{"tf":1.4142135623730951},"53":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0}}},"df":35,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.7320508075688772},"101":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.449489742783178},"119":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"17":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"99":{"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":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"4":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"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":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{":":{":":{"b":{"a":{"df":0,"docs":{},"u":{"d":{"1":{"1":{"5":{"2":{"0":{"0":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"99":{"tf":1.0}}},"n":{"b":{":":{":":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"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":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"k":{"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"df":0,"docs":{},"~":{"0":{".":{"7":{"df":3,"docs":{"49":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":18,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.7320508075688772},"143":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.7320508075688772},"71":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":2.0},"63":{"tf":3.0},"67":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":2.449489742783178},"9":{"tf":2.0},"90":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"51":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"38":{"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":2,"docs":{"135":{"tf":1.4142135623730951},"41":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"42":{"tf":1.0},"52":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}},"df":7,"docs":{"105":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"33":{"tf":1.0},"86":{"tf":3.0},"87":{"tf":2.0}}}}},"df":0,"docs":{},"m":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"23":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"c":{".":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"163":{"tf":1.0},"91":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"132":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"a":{"8":{"6":{"5":{"2":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"67":{"tf":2.6457513110645907},"88":{"tf":1.7320508075688772}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"169":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"153":{"tf":1.4142135623730951},"28":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"158":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":22,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"155":{"tf":1.4142135623730951},"167":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"155":{"tf":1.0},"159":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}}}},"v":{"df":1,"docs":{"67":{"tf":1.0}},"e":{"df":6,"docs":{"10":{"tf":1.0},"106":{"tf":1.4142135623730951},"134":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"4":{"3":{"0":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"11":{"tf":1.0},"134":{"tf":1.0},"15":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"22":{"tf":1.0},"8":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"105":{"tf":1.0},"128":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":2.0},"138":{"tf":2.0},"142":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"150":{"tf":3.1622776601683795},"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":14,"docs":{"113":{"tf":2.0},"118":{"tf":2.449489742783178},"121":{"tf":2.449489742783178},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":3.3166247903554},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.0},"96":{"tf":2.0},"97":{"tf":1.0},"99":{"tf":2.0}}}}},"n":{"/":{"df":0,"docs":{},"u":{"+":{"0":{"0":{"0":{"a":{"df":1,"docs":{"107":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"!":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":9,"docs":{"28":{"tf":1.0},"48":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}}},"ï":{"df":0,"docs":{},"v":{"df":1,"docs":{"105":{"tf":1.0}}}}},"b":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"110":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"110":{"tf":1.0}}},"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"28":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"90":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":23,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"w":{"df":12,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"24":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.7320508075688772},"24":{"tf":2.23606797749979}}}}}}},"x":{"df":3,"docs":{"38":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.7320508075688772}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"48":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"d":{"df":13,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"43":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}},"n":{"df":2,"docs":{"110":{"tf":1.0},"3":{"tf":1.4142135623730951}},"e":{"df":18,"docs":{"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":2.8284271247461903},"30":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"67":{"tf":1.0},"72":{"tf":2.0},"88":{"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":1,"docs":{"86":{"tf":1.0}}}}}}}}}}},"p":{"df":1,"docs":{"135":{"tf":1.0}}},"r":{"d":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":11,"docs":{"24":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"48":{"tf":1.0},"67":{"tf":2.23606797749979},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"h":{"df":3,"docs":{"152":{"tf":1.0},"63":{"tf":1.7320508075688772},"86":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":19,"docs":{"164":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"5":{"1":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"8":{"2":{"2":{"df":3,"docs":{"17":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"17":{"tf":1.0}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"28":{"tf":2.0},"63":{"tf":1.0}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"119":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.0},"156":{"tf":1.0},"67":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"36":{"tf":1.4142135623730951}}}}},"o":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}}},"d":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"67":{"tf":1.4142135623730951}}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"\\":{"df":0,"docs":{},"r":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":8,"docs":{"106":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"129":{"tf":1.0},"136":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.0},"160":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"163":{"tf":2.0},"170":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.7320508075688772},"79":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.4142135623730951}},"o":{"c":{"d":{"'":{"df":1,"docs":{"63":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"df":14,"docs":{"162":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":2.23606797749979},"165":{"tf":2.449489742783178},"23":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":2.23606797749979},"33":{"tf":1.0},"38":{"tf":2.8284271247461903},"63":{"tf":2.8284271247461903},"64":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":13,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"48":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"127":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":2,"docs":{"135":{"tf":1.0},"7":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"159":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"64":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"s":{"df":6,"docs":{"150":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"152":{"tf":1.0},"159":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"20":{"tf":1.0},"28":{"tf":1.0},"86":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"t":{"df":13,"docs":{"12":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":2.449489742783178},"28":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"t":{"df":12,"docs":{"101":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.4142135623730951},"38":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"78":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"118":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}}}},"p":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"11":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"6":{"tf":1.0},"70":{"tf":1.0}}}},"df":1,"docs":{"19":{"tf":1.7320508075688772}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.4142135623730951},"105":{"tf":1.0},"133":{"tf":1.4142135623730951},"17":{"tf":1.0},"22":{"tf":1.0},"41":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"!":{"(":{"\"":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"96":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"46":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0}}}}}}}}}}},"df":7,"docs":{"169":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"49":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":2.6457513110645907}},"k":{"df":2,"docs":{"58":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"81":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0}}}}},"s":{"df":1,"docs":{"121":{"tf":1.0}}},"t":{"df":5,"docs":{"19":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":2.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"67":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"=":{"$":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{"$":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"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":{},"o":{"c":{"d":{"%":{"\\":{"<":{"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":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":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":{"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":2.0},"32":{"tf":1.0}}}},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"c":{"b":{"df":1,"docs":{"8":{"tf":1.0}}},"df":3,"docs":{"159":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"d":{"df":0,"docs":{},"f":{"df":2,"docs":{"133":{"tf":1.0},"22":{"tf":1.0}}}},"df":2,"docs":{"160":{"tf":1.0},"27":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"143":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"110":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.0},"135":{"tf":1.0},"151":{"tf":2.23606797749979},"152":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"17":{"tf":1.0},"2":{"tf":1.0},"91":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.7320508075688772},"63":{"tf":1.0}}}}}}}},"i":{"c":{"df":1,"docs":{"46":{"tf":1.0}},"k":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"8":{"tf":1.0}},"e":{"c":{"df":2,"docs":{"130":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}},"n":{"1":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"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":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"1":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"2":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"3":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"4":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"5":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"df":1,"docs":{"91":{"tf":1.0}}},"4":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"92":{"tf":1.0}}},"5":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"6":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"7":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"8":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.0}}},"9":{"<":{"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":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"143":{"tf":1.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":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":15,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"17":{"tf":1.0},"84":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":3.1622776601683795},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"107":{"tf":1.0},"159":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"143":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"159":{"tf":1.0},"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"20":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.4142135623730951},"11":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":2.6457513110645907},"22":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"67":{"tf":2.0},"78":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"151":{"tf":1.0},"152":{"tf":1.0},"164":{"tf":2.449489742783178},"165":{"tf":2.449489742783178}}}},"p":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":1,"docs":{"142":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":6,"docs":{"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"1":{"tf":1.0},"152":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"121":{"tf":1.0},"159":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"91":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"152":{"tf":1.4142135623730951},"153":{"tf":2.0},"157":{"tf":1.0},"20":{"tf":1.4142135623730951},"63":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":2,"docs":{"27":{"tf":1.0},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"v":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"159":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"119":{"tf":1.0},"154":{"tf":1.0},"164":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":8,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"42":{"tf":1.0},"67":{"tf":1.0},"88":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":12,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"115":{"tf":1.0},"133":{"tf":1.0},"160":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":3.4641016151377544},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":2,"docs":{"43":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"163":{"tf":1.0},"28":{"tf":1.0}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"163":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":18,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"130":{"tf":2.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},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.0},"17":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":2.0},"76":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"105":{"tf":1.0},"157":{"tf":1.4142135623730951},"62":{"tf":1.0}},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":17,"docs":{"10":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"160":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":3.3166247903554},"64":{"tf":1.0},"67":{"tf":3.7416573867739413},"73":{"tf":1.0},"8":{"tf":1.4142135623730951},"86":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"1":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.4142135623730951},"170":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"53":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"155":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"159":{"tf":2.0},"63":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"143":{"tf":1.0},"150":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"b":{"df":4,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.23606797749979},"48":{"tf":1.0}}},"df":1,"docs":{"86":{"tf":3.4641016151377544}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"4":{"tf":1.0},"93":{"tf":1.0}}},"s":{"df":2,"docs":{"136":{"tf":1.0},"153":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"8":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"1":{"tf":1.0},"27":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"w":{"d":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"v":{"7":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":1,"docs":{"153":{"tf":2.23606797749979}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}},"q":{"4":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}},"df":2,"docs":{"63":{"tf":1.0},"87":{"tf":1.0}},"f":{"a":{"a":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.0},"159":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"67":{"tf":1.7320508075688772},"78":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"z":{"df":3,"docs":{"114":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0}}}}}},"r":{"/":{"df":0,"docs":{},"u":{"+":{"0":{"0":{"0":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"0":{"df":2,"docs":{"167":{"tf":1.4142135623730951},"67":{"tf":2.0}}},"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}}},"df":0,"docs":{}}}},"a":{"d":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.4142135623730951}}}},"m":{"df":4,"docs":{"151":{"tf":2.0},"17":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"156":{"tf":1.0},"157":{"tf":1.0},"50":{"tf":1.0}}}},"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":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}},"df":3,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"67":{"tf":2.0},"75":{"tf":1.0}}}},"d":{"df":17,"docs":{"110":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"14":{"tf":1.4142135623730951},"151":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}},"i":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"147":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"8":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"115":{"tf":1.4142135623730951},"82":{"tf":1.0}},"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":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"r":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":3,"docs":{"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}},"u":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"103":{"tf":1.0},"165":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"36":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"133":{"tf":1.7320508075688772},"22":{"tf":1.0},"67":{"tf":1.0},"94":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"151":{"tf":1.0},"157":{"tf":1.4142135623730951},"167":{"tf":1.0},"67":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}},"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":{"133":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"135":{"tf":1.0},"164":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"155":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"a":{"d":{"df":2,"docs":{"28":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"74":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":4,"docs":{"63":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":7,"docs":{"160":{"tf":1.0},"21":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.7320508075688772},"73":{"tf":1.0},"77":{"tf":1.0}}},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":2,"docs":{"48":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"23":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"63":{"tf":1.0},"79":{"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":2,"docs":{"159":{"tf":1.0},"4":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":4,"docs":{"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"41":{"tf":1.0},"91":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"63":{"tf":2.8284271247461903},"67":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"r":{"df":15,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"169":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"17":{"tf":1.0},"20":{"tf":1.0},"67":{"tf":2.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"118":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"78":{"tf":1.0}}}}},"df":1,"docs":{"2":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}},"m":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":15,"docs":{"105":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"59":{"tf":2.0},"84":{"tf":1.0},"92":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":6,"docs":{"133":{"tf":1.0},"157":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"v":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"c":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.4142135623730951}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"28":{"tf":1.0},"36":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"0":{"df":1,"docs":{"132":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"2":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"3":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"143":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":9,"docs":{"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"141":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"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":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"df":0,"docs":{},"~":{"0":{".":{"6":{"df":2,"docs":{"57":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}},"df":10,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"72":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":1,"docs":{"12":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":2.23606797749979},"36":{"tf":1.4142135623730951}}}},"n":{"df":21,"docs":{"150":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":2.449489742783178},"67":{"tf":2.449489742783178},"72":{"tf":1.0},"8":{"tf":2.0},"88":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"48":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"!":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":4,"docs":{"23":{"tf":1.0},"24":{"tf":2.23606797749979},"42":{"tf":1.0},"45":{"tf":1.0}}},"df":18,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":2.23606797749979},"133":{"tf":1.0},"14":{"tf":1.4142135623730951},"143":{"tf":1.0},"159":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.7320508075688772},"50":{"tf":1.0},"59":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"63":{"tf":1.4142135623730951}},"e":{"d":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"64":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0}}}}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"85":{"tf":1.0}}},"x":{"df":9,"docs":{"104":{"tf":1.0},"113":{"tf":2.0},"118":{"tf":2.0},"121":{"tf":2.0},"143":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"28":{"tf":1.0},"64":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"152":{"tf":1.4142135623730951},"158":{"tf":1.0}}}},"w":{"df":1,"docs":{"100":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"143":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"110":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"132":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"2":{"tf":1.4142135623730951},"3":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}}}},"df":4,"docs":{"160":{"tf":1.4142135623730951},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"63":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"143":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"100":{"tf":1.0},"130":{"tf":1.4142135623730951},"160":{"tf":1.0},"28":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":19,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}},"m":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"127":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"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":{},"l":{"a":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"143":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"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":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}}}}}}}},"n":{"d":{"df":6,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"160":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"31":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"144":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":2.23606797749979},"156":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"17":{"tf":1.0},"7":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"0":{"(":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"0":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":36,"docs":{"100":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"105":{"tf":2.8284271247461903},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"143":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":2.23606797749979},"85":{"tf":2.0},"86":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":3.1622776601683795},"92":{"tf":1.7320508075688772},"96":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":2.0},"64":{"tf":1.0},"73":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"63":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"165":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":2.23606797749979},"88":{"tf":1.0}}}}}}},"t":{"df":10,"docs":{"136":{"tf":1.0},"139":{"tf":2.8284271247461903},"142":{"tf":2.449489742783178},"160":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":2.0},"92":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":15,"docs":{"21":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}},"h":{":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":6,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":7,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"12":{"tf":1.0}}},"l":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"10":{"tf":1.0},"160":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":3,"docs":{"67":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0}},"n":{"df":3,"docs":{"118":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":1,"docs":{"160":{"tf":1.0}},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"128":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":1,"docs":{"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"46":{"tf":1.0}}}}},"i":{"df":2,"docs":{"78":{"tf":1.0},"85":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":6,"docs":{"150":{"tf":1.0},"155":{"tf":1.0},"17":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"63":{"tf":2.23606797749979}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"12":{"tf":1.0}}}},"p":{"df":1,"docs":{"67":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"139":{"tf":1.0},"152":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"76":{"tf":1.7320508075688772}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"142":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":3,"docs":{"66":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"12":{"tf":1.0},"19":{"tf":1.0},"63":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":15,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"130":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"74":{"tf":1.0},"92":{"tf":1.7320508075688772}}}},"v":{"df":5,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"p":{"df":11,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":5,"docs":{"155":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"4":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"67":{"tf":2.0}},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"15":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"15":{"tf":1.0},"25":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"74":{"tf":1.0},"94":{"tf":1.0}},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"170":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"38":{"tf":1.4142135623730951},"63":{"tf":3.3166247903554},"67":{"tf":1.7320508075688772},"88":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951}}}}},"i":{"df":3,"docs":{"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"17":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"154":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"c":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":5,"docs":{"43":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"67":{"tf":1.0}},"s":{":":{"4":{":":{"5":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{":":{"1":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{"1":{"3":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"160":{"tf":1.0},"40":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"41":{"tf":1.0}},"t":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":5,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{".":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"r":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":0,"docs":{}}},"df":50,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"67":{"tf":1.0},"88":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"_":{"a":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":2.0}}}}}},"df":0,"docs":{}},"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"96":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"154":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"67":{"tf":1.0},"96":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.4142135623730951},"67":{"tf":3.1622776601683795}}}}}}},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}}},"d":{"df":4,"docs":{"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"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":0,"docs":{},"r":{"(":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"80":{"tf":2.0},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"160":{"tf":1.7320508075688772},"41":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":2.8284271247461903},"88":{"tf":1.0}},"i":{"df":2,"docs":{"160":{"tf":1.0},"67":{"tf":2.0}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"42":{"tf":1.0},"93":{"tf":1.0}}}}},"m":{"3":{"2":{"df":0,"docs":{},"f":{"3":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"155":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":3,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"150":{"tf":1.0},"152":{"tf":1.0},"67":{"tf":1.7320508075688772},"78":{"tf":1.0},"81":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"96":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"154":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"67":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"8":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"105":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"92":{"tf":1.0}}}},"p":{"df":1,"docs":{"62":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"88":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"164":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"149":{"tf":1.0},"151":{"tf":1.0}}}}}},"u":{"b":{"df":1,"docs":{"67":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":4,"docs":{"163":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"36":{"tf":1.0}}}},"df":1,"docs":{"28":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"153":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"150":{"tf":1.0},"159":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"24":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.7320508075688772}}}}}}}},"w":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"38":{"tf":2.0},"63":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"134":{"tf":1.0},"154":{"tf":1.4142135623730951},"24":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"126":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":2.8284271247461903}}}}},"v":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"143":{"tf":1.0},"28":{"tf":1.0},"42":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"124":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"27":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":1,"docs":{"61":{"tf":1.0}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"v":{"6":{"df":0,"docs":{},"m":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"5":{"1":{".":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":3,"docs":{"38":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"v":{"6":{"df":0,"docs":{},"m":{"df":2,"docs":{"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":20,"docs":{"0":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"169":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":2.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"63":{"tf":3.0},"64":{"tf":1.0},"67":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"138":{"tf":1.0},"150":{"tf":3.1622776601683795},"159":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"/":{"3":{"3":{"3":{"3":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"63":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}},"o":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"108":{"tf":1.0},"86":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"159":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":2.0},"88":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"105":{"tf":2.23606797749979},"11":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.7320508075688772},"79":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":9,"docs":{"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"1":{"tf":1.0},"104":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":6,"docs":{"149":{"tf":1.0},"152":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"152":{"tf":1.0},"159":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"64":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"150":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"0":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.4142135623730951}}}}}}},"u":{"df":2,"docs":{"150":{"tf":1.0},"153":{"tf":1.0}},"m":{"b":{"df":0,"docs":{},"v":{"6":{"df":0,"docs":{},"m":{"df":9,"docs":{"169":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"72":{"tf":1.0}}}},"7":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"m":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"164":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":20,"docs":{"12":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":2.449489742783178},"158":{"tf":2.23606797749979},"159":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"81":{"tf":1.0},"90":{"tf":1.0}},"r":{"0":{"df":2,"docs":{"137":{"tf":1.0},"97":{"tf":1.0}}},"df":4,"docs":{"136":{"tf":2.0},"137":{"tf":1.0},"17":{"tf":1.0},"97":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"c":{"d":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"167":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":9,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":2.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"p":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"159":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.4142135623730951}},"i":{"c":{"df":3,"docs":{"159":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"153":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"50":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"151":{"tf":1.7320508075688772},"20":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"tf":1.0}}}},"t":{"df":5,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"116":{"tf":2.0},"121":{"tf":1.4142135623730951},"82":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":14,"docs":{"105":{"tf":1.0},"12":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"33":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"61":{"tf":1.0},"91":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"38":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"0":{"df":1,"docs":{"85":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"160":{"tf":1.0}},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"67":{"tf":2.6457513110645907},"86":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"124":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"38":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"67":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"135":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"86":{"tf":1.0}}}},"x":{"df":13,"docs":{"104":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"118":{"tf":2.0},"121":{"tf":2.0},"143":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":2.0},"96":{"tf":2.0},"99":{"tf":2.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"119":{"tf":1.0},"143":{"tf":1.0},"159":{"tf":1.0},"59":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"77":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772}}},"o":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"u":{"1":{"6":{"df":1,"docs":{"135":{"tf":2.0}}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":2.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"118":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":28,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.4142135623730951},"17":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}},"b":{"df":1,"docs":{"67":{"tf":1.0}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"2":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"a":{"d":{"df":0,"docs":{},"m":{"df":2,"docs":{"28":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"28":{"tf":1.7320508075688772},"36":{"tf":1.0}}}}},"df":2,"docs":{"108":{"tf":1.0},"28":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"63":{"tf":2.449489742783178},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}},"r":{"df":4,"docs":{"109":{"tf":1.0},"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"3":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"158":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"64":{"tf":1.0},"73":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"28":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"136":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"\"":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"167":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":11,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"139":{"tf":1.0},"152":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":2.23606797749979},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"81":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"1":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"'":{"df":1,"docs":{"17":{"tf":1.0}}},"df":13,"docs":{"103":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"36":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"63":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772}}},"df":71,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":2.6457513110645907},"117":{"tf":1.4142135623730951},"118":{"tf":3.0},"12":{"tf":2.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.8284271247461903},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":3.1622776601683795},"15":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":2.23606797749979},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":2.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":4.0},"67":{"tf":4.47213595499958},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":2.0},"86":{"tf":2.449489742783178},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":2.6457513110645907},"94":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"143":{"tf":1.0},"159":{"tf":1.0},"17":{"tf":1.4142135623730951},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"105":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"28":{"tf":3.0},"36":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"0":{".":{"1":{".":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"2":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{".":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":3,"docs":{"38":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"141":{"tf":1.0}},"u":{"df":5,"docs":{"157":{"tf":1.4142135623730951},"160":{"tf":1.0},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"67":{"tf":2.449489742783178}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"160":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"67":{"tf":2.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"90":{"tf":1.0}}}}},"df":3,"docs":{"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0}},"e":{"c":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"u":{"8":{"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"118":{"tf":1.0},"121":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":10,"docs":{"10":{"tf":1.4142135623730951},"142":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"38":{"tf":1.0},"67":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"23":{"tf":2.449489742783178},"30":{"tf":1.0},"38":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"i":{"a":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"67":{"tf":1.7320508075688772},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"17":{"tf":1.0},"91":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{",":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"90":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"38":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}},"y":{"df":12,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":2.449489742783178},"86":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":4,"docs":{"42":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}},"i":{"df":1,"docs":{"152":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"149":{"tf":1.4142135623730951},"3":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"11":{"tf":1.0},"159":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}}},"df":1,"docs":{"153":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"p":{"df":7,"docs":{"100":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"124":{"tf":1.0},"63":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"22":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":9,"docs":{"124":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"28":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"3":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"103":{"tf":2.0}}},"df":0,"docs":{},"k":{"df":13,"docs":{"1":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.4142135623730951},"16":{"tf":1.0},"163":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"38":{"tf":1.0},"48":{"tf":1.4142135623730951},"76":{"tf":1.0},"88":{"tf":1.0}}},"l":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{"2":{"7":{":":{"5":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"15":{"tf":1.0},"92":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"!":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":5,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"84":{"tf":1.0},"92":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}},"df":11,"docs":{"105":{"tf":2.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"157":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"143":{"tf":1.0},"92":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"x":{"df":6,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":2.0},"121":{"tf":2.23606797749979},"143":{"tf":2.0},"96":{"tf":2.0}}}}},"df":0,"docs":{}},"df":3,"docs":{"105":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"112":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}}},"x":{"0":{"0":{"df":0,"docs":{},"m":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":4,"docs":{"66":{"tf":1.4142135623730951},"67":{"tf":3.872983346207417},"71":{"tf":1.4142135623730951},"87":{"tf":1.0}},"j":{"df":0,"docs":{},"f":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":2,"docs":{"63":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"67":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"150":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"15":{"tf":1.0},"159":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.7320508075688772},"86":{"tf":1.0}}}},"v":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":5,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"153":{"tf":1.0},"28":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"z":{"df":3,"docs":{"108":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"42":{"tf":1.0}}},"2":{"df":1,"docs":{"44":{"tf":1.0}}},"3":{"df":1,"docs":{"45":{"tf":1.0}}},"4":{"df":1,"docs":{"47":{"tf":1.0}}},"5":{"df":1,"docs":{"56":{"tf":1.0}}},"6":{"df":1,"docs":{"61":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"156":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"30":{"tf":1.0},"54":{"tf":1.0}}}}},"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":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"b":{"c":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":9,"docs":{"168":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"95":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"c":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"57":{"tf":1.0},"70":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"166":{"tf":1.0},"24":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"11":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"87":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"159":{"tf":1.0},"81":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"106":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"156":{"tf":1.0},"157":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"167":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"119":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"167":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"c":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"134":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"10":{"tf":1.0},"21":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":1,"docs":{"151":{"tf":1.0}}},"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":{"22":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"30":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"_":{"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":1,"docs":{"169":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"df":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":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"163":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"170":{"tf":1.4142135623730951}}}},"n":{"d":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"155":{"tf":1.0}}}}}}}},"g":{"d":{"b":{"df":4,"docs":{"160":{"tf":1.0},"54":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"73":{"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":{"161":{"tf":1.0}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"148":{"tf":1.0},"50":{"tf":1.0},"94":{"tf":1.0}}},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"15":{"tf":1.0},"16":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"154":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"169":{"tf":1.0}}}}},"²":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"141":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{},"e":{"d":{"df":5,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"26":{"tf":1.0},"35":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"135":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"17":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"137":{"tf":1.0},"17":{"tf":1.0},"49":{"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":{"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"df":1,"docs":{"18":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"108":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"40":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"85":{"tf":1.0}}}},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":2,"docs":{"30":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"170":{"tf":1.0}},"o":{"c":{"d":{"df":7,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"25":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"101":{"tf":1.0}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"20":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":5,"docs":{"130":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"32":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"m":{"df":1,"docs":{"153":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"158":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"169":{"tf":1.0},"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"59":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"t":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":1,"docs":{"51":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"24":{"tf":1.0}}},"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"144":{"tf":1.0},"155":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"102":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"152":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"69":{"tf":1.0},"92":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"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":2,"docs":{"41":{"tf":1.0},"55":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"125":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"147":{"tf":1.0},"158":{"tf":1.0}},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"23":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"112":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"100":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"b":{"df":2,"docs":{"18":{"tf":1.0},"82":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"127":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"29":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":7,"docs":{"100":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":2,"docs":{"105":{"tf":1.0},"107":{"tf":1.0}}}}}}}}},"x":{"0":{"0":{"df":0,"docs":{},"m":{"df":2,"docs":{"164":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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}}}};