Files
Sunscreen/sunscreen_docs/book/searchindex.json
Rick Weber a323229243 WIP
2022-05-02 12:05:08 -07:00

1 line
700 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{"doc_urls":["intro/intro.html#introduction-to-fhe-and-our-compiler","intro/intro.html#why-should-i-care-about-fhe","intro/intro.html#why-havent-i-already-used-fhe","intro/prelim.html#preliminary-knowledge","intro/prelim.html#cryptography-and-math","intro/prelim.html#rust-and-programming","intro/why.html#why-is-a-compiler-needed-for-fhe","intro/compiler.html#sunscreens-compiler","intro/compiler.html#what-features-does-our-compiler-offer","intro/compiler.html#who-should-use-our-compiler","intro/compiler.html#youre-a-web3-engineer","intro/compiler.html#youre-a-web2-engineer","intro/compiler.html#youre-a-researcher","intro/compiler.html#compiler-performance","getting_started/getting_started.html#getting-started","getting_started/installation.html#installation","getting_started/installation.html#linux","getting_started/installation.html#using-yum-eg-centos","getting_started/installation.html#using-apt-eg-debian","getting_started/installation.html#alias-cmake3-as-cmake","getting_started/installation.html#macos","getting_started/installation.html#using-brew","getting_started/installation.html#windows","getting_started/installation.html#install-rust-toolchain","getting_started/installation.html#cmake","getting_started/installation.html#clang","getting_started/installation.html#git","getting_started/example.html#my-first-fhe-program","fhe_programs/fhe_programs.html#whats-in-an-fhe-program","fhe_programs/types/types.html#types","fhe_programs/types/types.html#cipher","fhe_programs/types/types.html#arrays","fhe_programs/types/types.html#working-with-literals","fhe_programs/types/signed.html#signed","fhe_programs/types/signed.html#representation","fhe_programs/types/fractional.html#fractional","fhe_programs/types/fractional.html#representation","fhe_programs/types/fractional.html#efficiency","fhe_programs/types/rational.html#rational","fhe_programs/types/rational.html#representation","fhe_programs/types/rational.html#efficiency","fhe_programs/writing_an_fhe_program/writing_an_fhe_program.html#writing-an-fhe-program","fhe_programs/writing_an_fhe_program/writing_an_fhe_program.html#the-fhe_program-attribute","fhe_programs/writing_an_fhe_program/writing_an_fhe_program.html#fhe-program-interface-requirements","fhe_programs/writing_an_fhe_program/writing_an_fhe_program.html#operations","fhe_programs/factoring_fhe_programs.html#factoring-fhe-programs","fhe_programs/factoring_fhe_programs.html#running-your-implementation-without-fhe","fhe_programs/writing_an_fhe_program/limitations.html#limitations","fhe_programs/writing_an_fhe_program/limitations.html#comparisons-not-supported","fhe_programs/writing_an_fhe_program/limitations.html#branching-restricted-to-constant-expressions","fhe_programs/writing_an_fhe_program/limitations.html#bounded-computation","fhe_programs/writing_an_fhe_program/limitations.html#avoid-transparent-ciphertexts","troubleshooting.html#troubleshooting","troubleshooting.html#how-do-i-debug-my-algorithm","troubleshooting.html#my-fhe-program-yields-the-wrong-answer-im-certain-the-algorithm-is-correct","troubleshooting.html#i-need-to-use-the-output-of-one-fhe-program-as-the-input-to-another-ie-chain-program-executions","troubleshooting.html#what-the-heck-is-an-fheprogramnode","fhe_programs/runtime/runtime.html#runtime","fhe_programs/runtime/runtime.html#parameter-compatibility","fhe_programs/runtime/key_generation.html#key-generation","fhe_programs/runtime/encryption.html#encryption","fhe_programs/runtime/encryption.html#cleartext-metadata","fhe_programs/runtime/running_fhe_programs.html#running-fhe-programs","fhe_programs/runtime/running_fhe_programs.html#fhe-program-inputs","fhe_programs/runtime/running_fhe_programs.html#validation","fhe_programs/runtime/running_fhe_programs.html#return-value","fhe_programs/runtime/decryption.html#decryption","fhe_programs/runtime/decryption.html#validation","fhe_programs/runtime/serialization.html#serialization","fhe_programs/apps.html#applications","fhe_programs/example.html#private-token-swap-via-automated-market-makers","fhe_programs/example.html#an-intro-to-amms-for-the-uninitiated","fhe_programs/example.html#program-walkthrough","fhe_programs/example.html#setup","fhe_programs/example.html#alice","fhe_programs/example.html#miner","fhe_programs/example.html#swapping-the-tokens-privately","fhe_programs/example.html#performance","fhe_programs/example.html#whats-missing","fhe_programs/pir_intro.html#private-information-retrieval","fhe_programs/pir_simple.html#warm-up-a-very-simple-pir-algorithm","fhe_programs/pir_simple.html#how-will-our-algorithm-work","fhe_programs/pir_simple.html#information-retrieval--without-privacy-","fhe_programs/pir_simple.html#making-the-query-private","fhe_programs/pir_simple.html#program-walkthrough","fhe_programs/pir_simple.html#setup","fhe_programs/pir_simple.html#alice","fhe_programs/pir_simple.html#server","fhe_programs/pir_simple.html#retrieving-the-item-privately","fhe_programs/pir_simple.html#performance","fhe_programs/pir_matrix.html#a-better-pir-algorithm","fhe_programs/pir_matrix.html#how-will-our-improved-algorithm-work","fhe_programs/pir_matrix.html#information-retrieval-without-privacy","fhe_programs/pir_matrix.html#making-the-query-private","fhe_programs/pir_matrix.html#program-walkthrough","fhe_programs/pir_matrix.html#setup","fhe_programs/pir_matrix.html#alice","fhe_programs/pir_matrix.html#server","fhe_programs/pir_matrix.html#retrieving-the-item-privately","fhe_programs/pir_matrix.html#performance","fhe_programs/pir_matrix.html#whats-missing","advanced/faq.html#faq","advanced/faq.html#ive-worked-with-fhe-libraries-before-what-does-your-compiler-actually--do-","advanced/faq.html#can-i-perform-computations-on-private-data-belonging-to--different--parties","advanced/faq.html#what-are-your-future-plans","advanced/advanced.html#advanced","advanced/bfv.html#bfv-scheme","advanced/bfv.html#why-did-we-choose-the-bfv-scheme","advanced/bfv.html#what-are-some-of-the-drawbacks-to-the-bfv-scheme","advanced/good_fhe_programs.html#writing-even-better-fhe-programs","advanced/plain_modulus/plain_modulus.html#plaintext-modulus","advanced/plain_modulus/plain_modulus.html#why-you-might-want-to-change-the-default-plaintext-modulus","advanced/plain_modulus/plain_modulus.html#how-to-change-the-plaintext-modulus","advanced/noise_margin.html#noise","advanced/noise_margin.html#why-you-might-want-to-change-the-default-noise-margin","advanced/noise_margin.html#how-to-change-the-noise-margin","advanced/pruning_keys.html#pruning-public-keys","advanced/pruning_keys.html#why-you-might-want-to-prune-publickey","advanced/pruning_keys.html#how-to-prune-publickey","advanced/wasm.html#wasm-support","advanced/wasm.html#setup","advanced/wasm.html#install-emscripten","advanced/wasm.html#load-the-emscripten-environment","advanced/wasm.html#add-the-wasm32-unknown-emscripten-target-to-rust","advanced/wasm.html#building","advanced/wasm.html#required-emscripten-features","advanced/wasm.html#building-your-app","advanced/wasm.html#running-with-node","advanced/wasm.html#running-in-browser","advanced/wasm.html#running-with-wasmerwasmtime","advanced/wasm.html#running-tests","advanced/wasm.html#debugging","advanced/wasm.html#build-in-debug-mode","advanced/wasm.html#make-a-webpage","advanced/wasm.html#serve-your-page","advanced/wasm.html#debug-your-program-on-the-website","advanced/carryless_arithmetic.html#carryless-arithmetic","advanced/carryless_arithmetic.html#addition","advanced/carryless_arithmetic.html#adding-polynomials","advanced/carryless_arithmetic.html#multiplication","advanced/carryless_arithmetic.html#multiplying-polynomials","advanced/carryless_arithmetic.html#overflow","advanced/carryless_arithmetic.html#addition","advanced/carryless_arithmetic.html#multiplication","advanced/carryless_arithmetic.html#preventing-overflow"],"index":{"documentStore":{"docInfo":{"0":{"body":48,"breadcrumbs":4,"title":3},"1":{"body":76,"breadcrumbs":3,"title":2},"10":{"body":47,"breadcrumbs":6,"title":3},"100":{"body":42,"breadcrumbs":8,"title":2},"101":{"body":0,"breadcrumbs":2,"title":1},"102":{"body":101,"breadcrumbs":8,"title":7},"103":{"body":58,"breadcrumbs":8,"title":7},"104":{"body":46,"breadcrumbs":3,"title":2},"105":{"body":10,"breadcrumbs":3,"title":1},"106":{"body":9,"breadcrumbs":6,"title":2},"107":{"body":45,"breadcrumbs":7,"title":3},"108":{"body":47,"breadcrumbs":7,"title":3},"109":{"body":35,"breadcrumbs":12,"title":5},"11":{"body":67,"breadcrumbs":6,"title":3},"110":{"body":64,"breadcrumbs":11,"title":2},"111":{"body":64,"breadcrumbs":14,"title":5},"112":{"body":25,"breadcrumbs":12,"title":3},"113":{"body":61,"breadcrumbs":9,"title":1},"114":{"body":39,"breadcrumbs":13,"title":5},"115":{"body":28,"breadcrumbs":11,"title":3},"116":{"body":9,"breadcrumbs":13,"title":3},"117":{"body":30,"breadcrumbs":13,"title":3},"118":{"body":57,"breadcrumbs":12,"title":2},"119":{"body":54,"breadcrumbs":6,"title":2},"12":{"body":38,"breadcrumbs":5,"title":2},"120":{"body":0,"breadcrumbs":5,"title":1},"121":{"body":23,"breadcrumbs":6,"title":2},"122":{"body":14,"breadcrumbs":7,"title":3},"123":{"body":6,"breadcrumbs":10,"title":6},"124":{"body":8,"breadcrumbs":5,"title":1},"125":{"body":69,"breadcrumbs":7,"title":3},"126":{"body":24,"breadcrumbs":6,"title":2},"127":{"body":4,"breadcrumbs":6,"title":2},"128":{"body":35,"breadcrumbs":6,"title":2},"129":{"body":4,"breadcrumbs":6,"title":2},"13":{"body":101,"breadcrumbs":5,"title":2},"130":{"body":28,"breadcrumbs":6,"title":2},"131":{"body":29,"breadcrumbs":5,"title":1},"132":{"body":26,"breadcrumbs":7,"title":3},"133":{"body":40,"breadcrumbs":6,"title":2},"134":{"body":12,"breadcrumbs":6,"title":2},"135":{"body":55,"breadcrumbs":7,"title":3},"136":{"body":53,"breadcrumbs":8,"title":2},"137":{"body":149,"breadcrumbs":7,"title":1},"138":{"body":99,"breadcrumbs":8,"title":2},"139":{"body":121,"breadcrumbs":7,"title":1},"14":{"body":14,"breadcrumbs":4,"title":2},"140":{"body":118,"breadcrumbs":8,"title":2},"141":{"body":79,"breadcrumbs":7,"title":1},"142":{"body":99,"breadcrumbs":7,"title":1},"143":{"body":228,"breadcrumbs":7,"title":1},"144":{"body":20,"breadcrumbs":8,"title":2},"15":{"body":54,"breadcrumbs":4,"title":1},"16":{"body":0,"breadcrumbs":4,"title":1},"17":{"body":60,"breadcrumbs":7,"title":4},"18":{"body":18,"breadcrumbs":7,"title":4},"19":{"body":36,"breadcrumbs":6,"title":3},"2":{"body":75,"breadcrumbs":5,"title":4},"20":{"body":0,"breadcrumbs":4,"title":1},"21":{"body":15,"breadcrumbs":5,"title":2},"22":{"body":0,"breadcrumbs":4,"title":1},"23":{"body":30,"breadcrumbs":6,"title":3},"24":{"body":14,"breadcrumbs":4,"title":1},"25":{"body":15,"breadcrumbs":4,"title":1},"26":{"body":4,"breadcrumbs":4,"title":1},"27":{"body":500,"breadcrumbs":8,"title":3},"28":{"body":12,"breadcrumbs":6,"title":3},"29":{"body":60,"breadcrumbs":5,"title":1},"3":{"body":11,"breadcrumbs":4,"title":2},"30":{"body":72,"breadcrumbs":5,"title":1},"31":{"body":104,"breadcrumbs":5,"title":1},"32":{"body":50,"breadcrumbs":6,"title":2},"33":{"body":35,"breadcrumbs":6,"title":1},"34":{"body":12,"breadcrumbs":6,"title":1},"35":{"body":129,"breadcrumbs":6,"title":1},"36":{"body":47,"breadcrumbs":6,"title":1},"37":{"body":10,"breadcrumbs":6,"title":1},"38":{"body":33,"breadcrumbs":6,"title":1},"39":{"body":15,"breadcrumbs":6,"title":1},"4":{"body":106,"breadcrumbs":4,"title":2},"40":{"body":33,"breadcrumbs":6,"title":1},"41":{"body":17,"breadcrumbs":9,"title":3},"42":{"body":30,"breadcrumbs":8,"title":2},"43":{"body":97,"breadcrumbs":10,"title":4},"44":{"body":32,"breadcrumbs":7,"title":1},"45":{"body":97,"breadcrumbs":12,"title":3},"46":{"body":55,"breadcrumbs":13,"title":4},"47":{"body":7,"breadcrumbs":8,"title":1},"48":{"body":27,"breadcrumbs":9,"title":2},"49":{"body":113,"breadcrumbs":11,"title":4},"5":{"body":14,"breadcrumbs":4,"title":2},"50":{"body":10,"breadcrumbs":9,"title":2},"51":{"body":63,"breadcrumbs":10,"title":3},"52":{"body":0,"breadcrumbs":5,"title":1},"53":{"body":39,"breadcrumbs":6,"title":2},"54":{"body":65,"breadcrumbs":13,"title":9},"55":{"body":48,"breadcrumbs":16,"title":12},"56":{"body":117,"breadcrumbs":6,"title":2},"57":{"body":48,"breadcrumbs":2,"title":1},"58":{"body":31,"breadcrumbs":3,"title":2},"59":{"body":43,"breadcrumbs":5,"title":2},"6":{"body":239,"breadcrumbs":7,"title":3},"60":{"body":115,"breadcrumbs":3,"title":1},"61":{"body":47,"breadcrumbs":4,"title":2},"62":{"body":77,"breadcrumbs":7,"title":3},"63":{"body":127,"breadcrumbs":7,"title":3},"64":{"body":20,"breadcrumbs":5,"title":1},"65":{"body":42,"breadcrumbs":6,"title":2},"66":{"body":52,"breadcrumbs":3,"title":1},"67":{"body":35,"breadcrumbs":3,"title":1},"68":{"body":116,"breadcrumbs":3,"title":1},"69":{"body":9,"breadcrumbs":2,"title":1},"7":{"body":71,"breadcrumbs":5,"title":2},"70":{"body":114,"breadcrumbs":12,"title":7},"71":{"body":113,"breadcrumbs":8,"title":3},"72":{"body":4,"breadcrumbs":7,"title":2},"73":{"body":100,"breadcrumbs":6,"title":1},"74":{"body":202,"breadcrumbs":6,"title":1},"75":{"body":174,"breadcrumbs":6,"title":1},"76":{"body":256,"breadcrumbs":8,"title":3},"77":{"body":22,"breadcrumbs":6,"title":1},"78":{"body":97,"breadcrumbs":7,"title":2},"79":{"body":95,"breadcrumbs":7,"title":3},"8":{"body":92,"breadcrumbs":6,"title":3},"80":{"body":11,"breadcrumbs":12,"title":6},"81":{"body":27,"breadcrumbs":8,"title":2},"82":{"body":57,"breadcrumbs":10,"title":4},"83":{"body":72,"breadcrumbs":9,"title":3},"84":{"body":12,"breadcrumbs":8,"title":2},"85":{"body":100,"breadcrumbs":7,"title":1},"86":{"body":208,"breadcrumbs":7,"title":1},"87":{"body":259,"breadcrumbs":7,"title":1},"88":{"body":303,"breadcrumbs":9,"title":3},"89":{"body":22,"breadcrumbs":7,"title":1},"9":{"body":12,"breadcrumbs":5,"title":2},"90":{"body":26,"breadcrumbs":9,"title":3},"91":{"body":41,"breadcrumbs":9,"title":3},"92":{"body":91,"breadcrumbs":10,"title":4},"93":{"body":65,"breadcrumbs":9,"title":3},"94":{"body":8,"breadcrumbs":8,"title":2},"95":{"body":169,"breadcrumbs":7,"title":1},"96":{"body":234,"breadcrumbs":7,"title":1},"97":{"body":319,"breadcrumbs":7,"title":1},"98":{"body":379,"breadcrumbs":9,"title":3},"99":{"body":22,"breadcrumbs":7,"title":1}},"docs":{"0":{"body":"Fully homomorphic encryption (FHE) is the next generation of public key encryption schemes. Standard public key encryption allows anyone to share data in a secure way. However, you can't really do anything with this encrypted data, apart from decrypting it. That's where FHE comes in! Using FHE, anyone can perform computations directly on private (i.e. encrypted) data—no need to decrypt. We recommend starting with this article if you're new to FHE.","breadcrumbs":"Introduction » Introduction to FHE and our compiler","id":"0","title":"Introduction to FHE and our compiler"},"1":{"body":"FHE has applications to a variety of fields. We'll briefly consider two applications of FHE in the blockchain and machine learning space. In blockchain, FHE enables privacy-preserving smart contracts . We have two parties in this setting: users and miners. Users can share their private data to the chain in the form of transactions. Miners can then run computations (encoded as smart contracts) directly on users' private data. In machine learning, FHE allows for private inference. We have two parties in this setting: the user (who owns the data) and the server (who owns the trained machine learning model). The user can share her private data with the server. The server can then run the model on the user's encrypted data to give her a private prediction (which only she knows!).","breadcrumbs":"Introduction » Why should I care about FHE?","id":"1","title":"Why should I care about FHE?"},"10":{"body":"Our compiler was primarily designed with your web3 needs in mind! You likely need all of the following features: Exact computation (since you're working with account balances and currency transfer) Compatibility with efficient ZKP schemes for trustless decentralized applications (we plan to provide the appropriate libraries for this) Support for fractions/rationals/big integers Fast arithmetic Exceptional performance overall You may notice that FHE ciphertexts can sometimes be quite large. In the future, we'll help you manage this issue.","breadcrumbs":"Introduction » Sunscreen's compiler » You're a web3 engineer.","id":"10","title":"You're a web3 engineer."},"100":{"body":"If you're interested in using PIR in a real application, there are much better PIR algorithms out there (e.g. SealPIR , Spiral ) that are faster and compress the query vector further. Additionally, in PIR, we assume that the user knows the index of the item she wants to retrieve. For many applications though, this might not be the case. Oblivious message detection allows the user to detect which item she's interested in and can be combined with PIR.","breadcrumbs":"Applications » Private information retrieval » Take 2 » What's missing?","id":"100","title":"What's missing?"},"101":{"body":"","breadcrumbs":"FAQ » FAQ","id":"101","title":"FAQ"},"102":{"body":"A challenge in working with the BFV scheme is having to set polynomial modulus degree, coefficient modulus, as well as the plaintext modulus for your specific application to ensure good performance. Additionally, bootstrapping is not supported so you need to be careful in choosing the correct parameters for your application so that you don't run out of noise budget before you finish your computation. Our compiler chooses the best polynomial modulus degree and coefficient modulus for your particular program, ensuring youll have enough noise budget to perform the entire computation. We do not yet choose the best plaintext modulus for your specific program (this will likely be implemented in the next release). Right now, we simply hard code a value for the plaintext modulus that works for almost any computation you'd likely do. Advanced users can go in and change this value manually if they'd like though. Youll also notice theres no encoding process to do before encryption (weve abstracted that away). You also dont have to worry about inserting relinearizations in manually (done for ciphertext maintenance purposes).","breadcrumbs":"FAQ » I've worked with FHE libraries before. What does your compiler actually do ?","id":"102","title":"I've worked with FHE libraries before. What does your compiler actually do ?"},"103":{"body":"Our compiler currently only supports a single-key FHE scheme, meaning that all data needs to be encrypted with respect to the same key if you want to perform computations on it. There are certainly ways to get around the single key limitation to enable computation on private data belonging to different parties. However, it's highly application dependent and often requires the use of additional tools (e.g. zero-knowledge proofs). There are also variants of FHE—multi-party FHE and multi-key FHE— that support computation on private data belonging to different parties out of the box.","breadcrumbs":"FAQ » Can I perform computations on private data belonging to different parties?","id":"103","title":"Can I perform computations on private data belonging to different parties?"},"104":{"body":"In terms of plans for our compiler specifically, we'd like to add support for: batching choosing scheme parameters based on multiple FHE programs as inputs using the outputs of one FHE program as the inputs to another FHE program In terms of broader plans for Sunscreen, some of our next milestones include: helping users manage large FHE ciphertexts providing a complementary zero-knowledge proof library for our FHE compiler","breadcrumbs":"FAQ » What are your future plans?","id":"104","title":"What are your future plans?"},"105":{"body":"Now that you've gotten the basics down, let's dive into some more complex topics.","breadcrumbs":"Advanced topics » Advanced","id":"105","title":"Advanced"},"106":{"body":"There are many different FHE schemes out there. Our compiler uses the BFV scheme .","breadcrumbs":"Advanced topics » Why the BFV scheme? » BFV scheme","id":"106","title":"BFV scheme"},"107":{"body":"The BFV scheme provides the following nice features: Exact integer arithmetic (it may surprise you but some FHE schemes can't support exact integer arithmetic) \"Fast\" integer arithmetic [1] \"Small\" public key sizes [1] Potential for \"batching\" (aka \"SIMD\"-like) operation for improved performance Compatibility with fairly efficient zero-knowledge proof systems in comparison to other FHE schemes (e.g. TFHE)","breadcrumbs":"Advanced topics » Why the BFV scheme? » Why did we choose the BFV scheme?","id":"107","title":"Why did we choose the BFV scheme?"},"108":{"body":"No FHE scheme is perfect. Some drawbacks to working with BFV include: Certain operations are difficult (i.e. more expensive) to perform. This notably includes comparisons of two private values. You can't perform private computations indefinitely on data. What that means for you is that you'll need to choose an upper bound (ahead of time) for how many private computations you'd like to perform. There is an advanced technique called bootstrapping to get around this issue but we do not currently support it.","breadcrumbs":"Advanced topics » Why the BFV scheme? » What are some of the drawbacks to the BFV scheme?","id":"108","title":"What are some of the drawbacks to the BFV scheme?"},"109":{"body":"In this section, we're going to cover a few techniques to get the most out of your FHE applications. Specifically, we'll look at: Manually changing the plaintext modulus to better suit your data and computation Manually changing the noise margin to allow for more efficient computations Manually pruning unused public keys for space savings","breadcrumbs":"Advanced topics » Writing even better FHE programs » Writing even better FHE programs","id":"109","title":"Writing even better FHE programs"},"11":{"body":"Performance is very important to you; more importantly, the code needs to be easy to understand and write since you don't have the time to learn the intricacies of FHE or (god forbid) an entirely new language. You may need to perform 32 or even 64 bit computation. Our compiler is great for many web2 applications (e.gg data analysis on private data). Comparisons on encrypted data are not currently supported; please keep this in mind when deciding if our compiler is best suited to your application. We will likely expand support to other FHE schemes in the future. The CKKS scheme, for example, is often better suited to privacy-preserving machine learning applications than the BFV scheme.","breadcrumbs":"Introduction » Sunscreen's compiler » You're a web2 engineer.","id":"11","title":"You're a web2 engineer."},"110":{"body":"FHE uses some funky math . At the lowest level, plaintexts are polynomials where the coefficient of each term is an integer modulo the plaintext modulus . The plaintext modulus parameter impacts correctness and performance — overflow occurs when the plaintext modulus is too small, but increasing it can negatively impact performance. Sunscreen balances these two considerations by setting a default plaintext modulus that prevents overflow in most applications while maintaining good performance. [1] However, you may at times wish to change it. The default is 64^3 = 262,144, which allows multiplying any 4 canonical (i.e. all 1s and 0s) 64-bit input values without overflow.","breadcrumbs":"Advanced topics » Writing even better FHE programs » Plaintext modulus » Plaintext modulus","id":"110","title":"Plaintext modulus"},"111":{"body":"A few reasons you would change the plain modulus include: If the default is too conservative, decreasing the plaintext modulus can improve performance. Very very rarely, the default can cause overflow in some FHE programs. Increasing the plaintext modulus solves this issue at the expense of performance. You wish to use batching , which requires very specific values. When setting the plaintext modulus, you call compiler.plain_modulus_constraint() and pass a PlainModulusConstraint, which comes in two forms: Raw(x) sets the plaintext modulus to x. BatchingMinimum(x) chooses a value suitable for use with batching with at least x bits of precision. As noted in the name, this modulus should be used with batching.","breadcrumbs":"Advanced topics » Writing even better FHE programs » Plaintext modulus » Why you might want to change the default plaintext modulus","id":"111","title":"Why you might want to change the default plaintext modulus"},"112":{"body":"You can manually set the PlainModulusConstraint when compiling your program like so: # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Compiler, Runtime, PublicKey, PlainModulusConstraint\n# };\n#\n# #[fhe_program(scheme = \"bfv\")]\n# fn my_program() {\n# }\n#\n# fn main() { let fhe_program = Compiler::with_fhe_program(my_program) .plain_modulus_constraint(PlainModulusConstraint::Raw(1_000_000)) .compile() .unwrap();\n# }","breadcrumbs":"Advanced topics » Writing even better FHE programs » Plaintext modulus » How to change the plaintext modulus","id":"112","title":"How to change the plaintext modulus"},"113":{"body":"Every FHE operation introduces noise into ciphertexts. [1] If too much noise accrues, then the message becomes garbled and cannot be decrypted. The total amount of allowed noise before this problem occurs is referred to as the noise budget . Fortunately, our compiler handles this noise issue for you. It uses a value known as the noise_margin that influences how conservative it needs to be in parameter selection. So long as noise_budget >= noise_margin, we're good to go. Sunscreen's default noise margin prevents garbled ciphertexts coming from a single FHE program. Multiplying ciphertexts is one of the largest contributors to noise growth.","breadcrumbs":"Advanced topics » Writing even better FHE programs » Noise » Noise","id":"113","title":"Noise"},"114":{"body":"There are a few reasons you may wish to change the noise margin: If you wish to use an output of one FHE program as an input to another FHE program, you need to allow for additional noise growth in subsequent programs. See our calculator for a complete example of this scenario. Decreasing the noise margin can result in improved performance if your application can tolerate a higher rate of faults.","breadcrumbs":"Advanced topics » Writing even better FHE programs » Noise » Why you might want to change the default noise margin","id":"114","title":"Why you might want to change the default noise margin"},"115":{"body":"To change the noise margin, simply call .additional_noise_budget() when compiling your program. For example: # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Compiler, Runtime, PublicKey\n# };\n#\n# #[fhe_program(scheme = \"bfv\")]\n# fn my_program() {\n# }\n#\n# fn main() { let fhe_program = Compiler::with_fhe_program(my_program) .additional_noise_budget(60) .compile() .unwrap();\n# }","breadcrumbs":"Advanced topics » Writing even better FHE programs » Noise » How to change the noise margin","id":"115","title":"How to change the noise margin"},"116":{"body":"For convenience, the generate_keys function creates several keys in the returned PublicKey object.","breadcrumbs":"Advanced topics » Writing even better FHE programs » Pruning public keys » Pruning public keys","id":"116","title":"Pruning public keys"},"117":{"body":"Some of these keys can be fairly large, the size of which is determined by scheme parameters. However, they may or may not be needed in your application: Galois keys (galois_key) are needed to run FHE programs that perform batching rotations or row swapping. Relinearization keys (relin_key) are needed to run FHE programs that multiply ciphertexts.","breadcrumbs":"Advanced topics » Writing even better FHE programs » Pruning public keys » Why you might want to prune PublicKey","id":"117","title":"Why you might want to prune PublicKey"},"118":{"body":"You can compile() an FHE program and look at fhe_program.metadata.required_keys to get a list of required keys for your specific program. You can then remove unneeded keys. For example: # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Compiler, Runtime, PublicKey\n# };\n#\n# #[fhe_program(scheme = \"bfv\")]\n# fn noop() {\n# }\n#\n# fn main() {\n# let fhe_program = Compiler::with_fhe_program(noop)\n# .compile()\n# .unwrap();\n#\n# let runtime = Runtime::new(&fhe_program.metadata.params).unwrap();\nlet (public_key, private_key) = runtime.generate_keys().unwrap(); // Shadow and overwrite the public_key, removing the galois_key and relin_key\nlet public_key = PublicKey { galois_key: None, // only do this if not using batching relin_key: None, // only do this if your FHE program never multiplies ciphertexts ..public_key\n};\n# }","breadcrumbs":"Advanced topics » Writing even better FHE programs » Pruning public keys » How to prune PublicKey","id":"118","title":"How to prune PublicKey"},"119":{"body":"Need to run Sunscreen in your browser or NodeJS app? Simply build your app targeting WebAssembly (WASM). WASM is an instruction set for a sandboxed virtual machine that allows you to safely run Rust and C++ code in your browser more efficiently than Javascript. This includes your Sunscreen app! Rust features multiple targets for building WASM binaries, but Sunscreen currently only supports wasm32-unknown-emscripten. As the target's name suggests, this leverages emscripten , which SEAL needs during compilation and runtime.","breadcrumbs":"Advanced topics » WASM support » WASM support","id":"119","title":"WASM support"},"12":{"body":"You want to quickly prototype FHE applications without fussing over the optimal parameter choice. However, performance is very important and you don't want to introduce a significant slowdown by working with an FHE compiler (over the FHE scheme directly). We also provide advanced features that allow you to fine tune the plaintext modulus choice and noise margin if desired.","breadcrumbs":"Introduction » Sunscreen's compiler » You're a researcher.","id":"12","title":"You're a researcher."},"120":{"body":"","breadcrumbs":"Advanced topics » WASM support » Setup","id":"120","title":"Setup"},"121":{"body":"git clone https://github.com/emscripten-core/emsdk.git\nemsdk/emsdk install 3.1.3\nemsdk/emsdk activate You can try installing other toolchain versions if you wish, but we've seen the compiler seg fault and other strange errors when building our examples 🙃.","breadcrumbs":"Advanced topics » WASM support » Install emscripten","id":"121","title":"Install emscripten"},"122":{"body":"source emsdk/emsdk_env.sh Put this command in your shell's .rc file so you don't need to rerun it each time you launch a shell.","breadcrumbs":"Advanced topics » WASM support » Load the emscripten environment","id":"122","title":"Load the emscripten environment"},"123":{"body":"rustup target add wasm32-unknown-emscripten","breadcrumbs":"Advanced topics » WASM support » Add the wasm32-unknown-emscripten target to Rust","id":"123","title":"Add the wasm32-unknown-emscripten target to Rust"},"124":{"body":"To compile your program with Rust+emscripten, you'll need to do a few extra things.","breadcrumbs":"Advanced topics » WASM support » Building","id":"124","title":"Building"},"125":{"body":"Add the following lines to your .cargo/config.toml [1] : [env]\nEMCC_CFLAGS = \"-sERROR_ON_UNDEFINED_SYMBOLS=0 -sDISABLE_EXCEPTION_CATCHING=0 -sALLOW_MEMORY_GROWTH\" ERROR_ON_UNDEFINED_SYMBOLS=0 works around a known issue when Rust's panic handling is set to unwind (the default). Alternatively, you can set the handling mode to abort when building for WASM. DISABLE_EXCEPTION_CATCHING=0 allows C++ code to catch exceptions. Without this, you'll get an error complaining that Rust can't catch foreign exceptions and your application will terminate via abort(). Finally, ALLOW_MEMORY_GROWTH allows the heap to resize. Without this, your app will quickly run out of memory and seg fault. This is not your Cargo.toml file! Put the .cargo directory at the root of your git repository and commit it.","breadcrumbs":"Advanced topics » WASM support » Required emscripten features","id":"125","title":"Required emscripten features"},"126":{"body":"Simply run: cargo build --bin myapp --release --target wasm32-unknown-emscripten where myapp is the name of your executable. On success, you should see the following files: target/wasm32-unknown-emscripten/release/myapp.js\ntarget/wasm32-unknown-emscripten/release/myapp.wasm","breadcrumbs":"Advanced topics » WASM support » Building your app","id":"126","title":"Building your app"},"127":{"body":"node target/wasm32-unknown-emscripten/release/myapp.js","breadcrumbs":"Advanced topics » WASM support » Running with node","id":"127","title":"Running with node"},"128":{"body":"Put myapp.js in a script tag in an index.html file: <!DOCTYPE html>\n<html> <head> <script src=\"myapp.js\"></script> </head> <body></body>\n</html> and serve the index.html, myapp.js, and myapp.wasm files on a web server. Your app will run when the user loads the page in their browser. Alternatively, you can bundle your .js and .wasm into a larger application with webpack.","breadcrumbs":"Advanced topics » WASM support » Running in browser","id":"128","title":"Running in browser"},"129":{"body":"Unfortunately, these scenarios are currently unsupported 😞.","breadcrumbs":"Advanced topics » WASM support » Running with wasmer/wasmtime","id":"129","title":"Running with wasmer/wasmtime"},"13":{"body":"We've benchmarked Sunscreen's compiler against existing FHE compilers (that support exact computation). We run a chi-squared test according to the criteria set out in this SoK paper on FHE compilers. Time includes key generation + encryption + (homomorphic) computation + decryption. Experiments were performed on an Intel Xeon @ 3.00 GHz with 8 cores and 16 GB RAM. Compiler Time (seconds) Sunscreen 0.072 Microsoft EVA 0.328 Cingulata-BFV 492.109 Cingulata-TFHE 62.118 E3-BFV 11.319 E3-TFHE 1934.663 Concrete Numpy N/A [1] This compiler could not support the program. Concrete Numpy only allows for 256 unique values (e.g. can only represent integer values in the range [0, 255]). Our compiler is built on SEAL's implementation of the BFV scheme. For reference, if coded directly in SEAL and optimized manually by an expert, the chi-squared test can run in 0.053 s.","breadcrumbs":"Introduction » Sunscreen's compiler » Compiler performance","id":"13","title":"Compiler performance"},"130":{"body":"Build your tests with: cargo test --no-run --release --target wasm32-unknown-emscripten You'll find your tests' entry points in target/wasm32-unknown-emscripten/release/deps/*.js. Simply select the desired test and run: node target/wasm32-unknown-emscripten/release/mytest-xxxx.js","breadcrumbs":"Advanced topics » WASM support » Running tests","id":"130","title":"Running tests"},"131":{"body":"Debugging WASM is challenging. If possible, you should debug issues running your app natively. For debugging WASM-specific issues, emscripten can emit both DWARF symbols and traditional source maps. While DWARF symbols are more useful, browser support at this stage is terrible.","breadcrumbs":"Advanced topics » WASM support » Debugging","id":"131","title":"Debugging"},"132":{"body":"To use source maps, simply build in debug mode [2] : cargo build --bin myapp --target wasm32-unknown-emscripten where myapp is the name of your executable. You may wish to add -O3 to EMCC_CFLAGS to speed up your app.","breadcrumbs":"Advanced topics » WASM support » Build in debug mode","id":"132","title":"Build in debug mode"},"133":{"body":"In our experiments debugging with node --inspect-brk, the Chrome debugger failed to find the source maps. Debugging raw WASM is unpleasant, so we recommend an alternative — make a simple webpage that hosts your app. Make an index.html with the following contents in the root of your git repository: <!DOCTYPE html>\n<html> <head> <script src=\"./target/wasm32-unknown-emscripten/debug/myapp.js\"></script> </head> <body></body>\n</html>","breadcrumbs":"Advanced topics » WASM support » Make a webpage","id":"133","title":"Make a webpage"},"134":{"body":"In another terminal, run: npm install -g http-server\nnode http-server /git/repo/root/dir","breadcrumbs":"Advanced topics » WASM support » Serve your page","id":"134","title":"Serve your page"},"135":{"body":"Open Chrome and navigate to http://localhost:8080/index.html. Hit F12 to open the debugger. Chrome should find your source maps allowing you to navigate the stack, set breakpoints, step, continue, etc. all with real source code. Unfortunately, you can't see variables. You can also use the log crate to print information to the debug console. If you go this route, use simple-logger as the logger backend; don't use a WASM-specific crate (e.g. wasm-logger) for this because emscripten already routes stdout and stderr to the console.","breadcrumbs":"Advanced topics » WASM support » Debug your program on the website","id":"135","title":"Debug your program on the website"},"136":{"body":"When learning arithmetic in grade school, you learned the base 10 system where digits range from 0-9. Whenever adding digits exceeds 9, you have to carry the 1. However, this is not the only way to do arithmetic; we can instead omit the carry and allow digits to exceed 9! Why would we want to do this? FHE operations actually add and multiply polynomials under the hood. If we treat each coefficient of the polynomial as a digit and use carryless arithmetic, we can trick them into behaving like numbers. This results in more efficient data types.","breadcrumbs":"Advanced topics » Funky math: carryless arithmetic » Carryless arithmetic","id":"136","title":"Carryless arithmetic"},"137":{"body":"Let's start with a simple carryless addition example. Adding 99 + 43 without propagating carries gives us: 9 9\n+ 4 3\n------ 13 12 That is 13 in the 10s place and 12 in the 1s place which is 13 * 10 + 12 * 1 = 142. This is the same value as if we had propagated carries (1 * 100 + 4 * 10 + 2 * 1 = 142). Under carryless arithmetic, both are valid ways to represent the value 142; representations are no longer unique! Furthermore, we can represent negative values by negating each digit. For example, -123 is -1 * 100 + -2 * 10 + -3 * 1. Mechanically, we simply treat each polynomial coefficient as p's complement [1] value to allow negative numbers. We can easily extend this reasoning to base 2 (binary). Under carryless arithmetic, base 2 simply means that each digit is a multiple of a power of 2. For example, we can compute 3 + 2 + (-4) as follows: 3 + 2 = 1 1 = 3\n+ 1 0 = 2\n----- 2 1 = 2*2^1 + 1*2^0 = 5 5 + (-4) = 0 2 1 = 5\n+ -1 0 0 = -4\n-------- -1 2 1 = -1*2^2 + 2*2^1 + 1*2^0 = 1 Again -1 2 1 equals 1, as does 0 0 1; the representation is not unique. p is the plain modulus","breadcrumbs":"Advanced topics » Funky math: carryless arithmetic » Addition","id":"137","title":"Addition"},"138":{"body":"To see why carryless arithmetic is useful, let's take the values of our previous example (3, 2, -4) and map their digits onto polynomials like so: \\[3 = 0\\times 2^2 + 1\\times 2^1 + 1\\times 2^0 \\rightarrow 0x^2 + 1x + 1\\] \\[2 = 0\\times 2^2 + 1\\times 2^1 + 0\\times 2^0 \\rightarrow 0x^2 + 1x + 0\\] \\[-4 = -1\\times 2^2 + 0\\times 2^1 + 0\\times 2^0 \\rightarrow -1x^2 + 0x + 0\\] To add polynomials, recall that you simply collect the terms: \\[3 + 2 \\rightarrow (0x^2 + 1x + 1) + (0x^2 + 1x + 0) = 0x^2 + 2x + 1\\] Now, let's subtract 4: \\[5 + (-4) \\rightarrow (0x^2 + 2x + 1) + (-1x^2 + 0x + 0) = -1x^2 + 2x + 1 \\] Note that the coefficients are the same as the digits in our carryless arithmetic result. We can convert the polynomial back into an integer by evaluating it at x = 2, yielding 1!","breadcrumbs":"Advanced topics » Funky math: carryless arithmetic » Adding polynomials","id":"138","title":"Adding polynomials"},"139":{"body":"Now, lets go through a multiplication example with binary carryless arithmetic. Here, we multiply 7 * 13 = 91: 0 1 1 1 = 7\n* 1 1 0 1 = 13\n--------------- 0 1 1 1\n+ 0 0 0 0\n+ 0 1 1 1\n+ 0 1 1 1\n--------------- 0 1 2 2 2 1 1 = 1*2^5 + 2*2^4 + 2*2^3 + 2*2^2 + 1*2^1 + 1*2^0 = 91 Notice that when we collected each place, we didn't propagate carries when values exceeded 1. As another example, when we square 1 0 0 0 0 = 16, we get 1 0 0 0 0 0 0 0 0 = 256. Compared to the previous example, the operands are larger (16 * 16 vs. 7 * 13), but the result's largest digit is smaller — 1 in 1 0 0 0 0 0 0 0 0 vs. 2 in 0 1 2 2 2 1 1. This will come up again when we talk about overflow.","breadcrumbs":"Advanced topics » Funky math: carryless arithmetic » Multiplication","id":"139","title":"Multiplication"},"14":{"body":"This chapter walks through installation. We also provide an overview of Sunscreen through a simple example of multiplying two encrypted numbers.","breadcrumbs":"Getting started » Getting started","id":"14","title":"Getting started"},"140":{"body":"As with addition, we'll now show how carryless multiplication directly maps to polynomial multiplication. Let's encode 7 and 13 as polynomials: \\[7 = 0\\times 2^3 + 1\\times 2^2 + 1\\times 2^1 + 1\\times 2^0 \\rightarrow 0x^3 + 1x^2 + 1x^1 + 1\\] \\[13 = 1\\times 2^3 + 1\\times 2^2 + 0\\times 2^1 + 1\\times 2^0 \\rightarrow 1x^3 + 1x^2 + 0x^1 + 1\\] Let's multiply these polynomials: \\[7 \\times 13 \\rightarrow (0x^3 + 1x^2 + 1x^1 + 1)(1x^3 + 1x^2 + 0x^1 + 1) \\] \\[= 1x^3(0x^3 + 1x^2 + 1x^1 + 1) + 1x^2(0x^3 + 1x^2 + 1x^1 + 1)\\] \\[ + 0x^1(0x^3 + 1x^2 + 1x^1 + 1) + 1(0x^3 + 1x^2 + 1x^1 + 1) \\] \\[=(0x^6 + 1x^5 + 1x^4 + 1x^3) + (0x^5 + 1x^4 + 1x^3 + 1x^2)\\] \\[+(0x^4 + 0x^3 + 0x^2 + 0x^1) + (0x^3 + 1x^2 + 1x^1 + 1) \\] \\[=0x^6 + 1x^5 + 2x^4 + 2x^3 + 2x^2 + 1x^1 + 1\\] Again, the coefficients of this polynomial exactly match our carryless addition result, so we can trivially map our polynomial back into a number to recover our answer! You might be wondering: \"can polynomial coefficients grow indefinitely?\" Unfortunately, they can't.","breadcrumbs":"Advanced topics » Funky math: carryless arithmetic » Multiplying polynomials","id":"140","title":"Multiplying polynomials"},"141":{"body":"As with normal computer arithmetic, values in FHE can overflow . In Sunscreen, plaintext polynomials have p's complement coefficients, where p is the plaintext modulus . Assuming p is odd, this means each coefficient must be in the range \\([\\frac{-p}{2}, \\frac{p}{2}] \\) [2] . The result of any operation that falls outside this range will wrap around — it overflows. Suppose p = 7 and we try to add 3 + 1. Values should be within the range \\([-3,3]\\), but 3 + 1 = 4 is not and thus wraps around to -3! This example looks at a single value, but polynomials feature many coefficients, each of which has the same range restriction. When p is odd, \\(\\frac{p}{2}\\) rounds down. If p is even, the interval is \\([\\frac{-p}{2}, \\frac{p}{2})\\), i.e. the upper bound opens.","breadcrumbs":"Advanced topics » Funky math: carryless arithmetic » Overflow","id":"141","title":"Overflow"},"142":{"body":"Let's look at an addition example, treating the coefficients as carryless arithmetic binary digits. Take p = 9 (meaning digits are in the interval \\([-4,4]\\)) and add 15 = 4 0 -1 [3] with 8 = 2 2 -4. 4 0 -1 = 15\n+ 2 2 -4 = 8\n-------- -3 2 4 = -3*2^2 + 2*2^1 + 4*2^0 = -4 From this example, we have two observations: We expected 6 2 -5 = 23, but both the 4s and 1s places overflowed, giving us a very strange -4! Operands' digits only contribute to their respective place in the result (i.e. the 4s place contributes only to the 4s place, the 2s place to only the 2s place, etc). If we increase p to 13 and repeat the example, we do get the correct answer because 6 and -5 are within \\([-6,6]\\). Recall that values have many representations under carryless arithmetic — this example is typical after performing a few operations!","breadcrumbs":"Advanced topics » Funky math: carryless arithmetic » Addition","id":"142","title":"Addition"},"143":{"body":"Next, let's consider canonical representations of 31 = 1 1 1 1 1 and 15 = 0 1 1 1 1 when p = 7 (i.e. digits in interval \\([-3, 3]\\)). Adding these numbers doesn't lead to overflow, but what about multiplication? Let's find out: 1 1 1 1 1 = 31\n* 0 1 1 1 1 = 15\n-------------------------- 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0\n-------------------------- 0 1 2 3 -1 -1 3 2 1 = 0*256 + 1*128 + 2*64 + 3*32 + -1*16 + -1*8 + 3*4 + 2*2 + 1 = 345 We draw 2 observations from this example: We expected 465 = 0 1 2 3 4 4 3 2 1, but got 345 because the 16s and 8s places overflowed. The number of non-zero digits in each operand contributes to the result digits' magnitudes. Increasing p to 9 eliminates the overflow since 4 is in the interval \\([-4, 4]\\). If we multiply canonical representations of 32 = 1 0 0 0 0 0 and 16 = 0 1 0 0 0 0 when p = 7, surely this will overflow as well, right? After all, they're bigger numbers than in our previous example! As it turns out, this gives exactly the right answer: 512 = 1 0 0 0 0 0 0 0 0 0. The operands feature far fewer non-zero digits, and thus are less impacted by our second observation. We chose operand digits with value 1 in this example to reveal the second observation, but larger values further compound digit growth! You can see this by redoing the example with 4's: 124 = 4 4 4 4 4 times 60 = 0 4 4 4 4 equals 7440 = 0 16 32 48 64 64 48 32 16.","breadcrumbs":"Advanced topics » Funky math: carryless arithmetic » Multiplication","id":"143","title":"Multiplication"},"144":{"body":"Overflow is a bit counterintuitive under carryless arithmetic, but you can prevent it — simply increase the plaintext modulus . Understanding your computation and knowing the range of your inputs can help you choose the appropriate value.","breadcrumbs":"Advanced topics » Funky math: carryless arithmetic » Preventing overflow","id":"144","title":"Preventing overflow"},"15":{"body":"Using Sunscreen in your app no different than any other Rust crate. However, while in private release, you must use Sunscreen's private registry. In your repository, add/edit .cargo/config.toml and add the following line sunscreen = { index = \"https://crates.sunscreen.tech/git/index\" } under the [registries] section (or create one if not present). In your Cargo.toml simply add sunscreen = { version=\"0.4.0\", registry=\"sunscreen\" } to your application's Cargo.toml [dependencies] section. You also need cmake, clang, and a C++ compiler toolchain installed on your machine and visible in your $PATH. If you have ever built any other crate that wraps a C++ library, you may already be done.","breadcrumbs":"Getting started » Installation » Installation","id":"15","title":"Installation"},"16":{"body":"","breadcrumbs":"Getting started » Installation » Linux","id":"16","title":"Linux"},"17":{"body":"In your terminal, run sudo yum install cmake3 clang git Use gcc10-g++ as your compiler In some distros (e.g Amazon Linux), the default compiler (i.e. gcc7 from the gcc-c++ package), crashes when building SEAL. If g++ --version yields version 7, you need to install and use gcc10. Run sudo yum install gcc10 gcc10-c++ then export CC=/usr/bin/gcc10-gcc\nexport CXX=/usr/bin/gcc10-g++ before building your application with Cargo. You may wish to add these exports to your shell's rc file (e.g. ~/.bash_profile).","breadcrumbs":"Getting started » Installation » Using Yum (e.g. CentOS)","id":"17","title":"Using Yum (e.g. CentOS)"},"18":{"body":"sudo apt install build-essential cmake3 clang git On some distros (e.g. Ubuntu), the cmake package is already version 3 and you can just use it directly.","breadcrumbs":"Getting started » Installation » Using Apt (e.g. Debian)","id":"18","title":"Using Apt (e.g. Debian)"},"19":{"body":"Then, make cmake3 appear in your $PATH as cmake. A simple way to do this is run sudo ln /usr/bin/cmake3 /usr/bin/cmake However, this globally creates a hard link for all users and may conflict with also installing the cmake (CMake 2.x) package. As an alternative, you can simply create the hard link or symlink somewhere under your $PATH with higher search precedence than /usr/bin.","breadcrumbs":"Getting started » Installation » Alias cmake3 as cmake","id":"19","title":"Alias cmake3 as cmake"},"2":{"body":"FHE used to be incredibly slow. Performance has come a long way in the past few years; operations that used to take seconds (or even minutes) now take milliseconds (if not microseconds). As magical as FHE is, it's actually very hard to write FHE programs unless you're a cryptography expert (even then it's pretty hard). Researchers built various FHE compilers in an attempt to improve usability. Unfortunately, these compilers failed for one of the following reasons: they introduced a huge performance overhead , expected the user to know quite a bit about how FHE works, or were poorly designed for the target applications. For FHE to see widespread adoption, we need usability and great performance.","breadcrumbs":"Introduction » Why haven't I already used FHE?","id":"2","title":"Why haven't I already used FHE?"},"20":{"body":"","breadcrumbs":"Getting started » Installation » MacOS","id":"20","title":"MacOS"},"21":{"body":"brew install cmake git When you first attempt to build your application, MacOS will prompt you to install the command-line developer tools. Do this.","breadcrumbs":"Getting started » Installation » Using Brew","id":"21","title":"Using Brew"},"22":{"body":"","breadcrumbs":"Getting started » Installation » Windows","id":"22","title":"Windows"},"23":{"body":"Install the MSVC C++ toolchain When prompted for what to install, ensure you additionally check the Windows 10 SDK . You'll need to rerun the tool and modify your installation if you forget to do this. Install Rustup . Run the executable and hit return a bunch of times to accept the default options.","breadcrumbs":"Getting started » Installation » Install Rust toolchain","id":"23","title":"Install Rust toolchain"},"24":{"body":"Install cmake 3 . When prompted, add cmake to either the system or user path. You can also do this later by editing your system's environment variables.","breadcrumbs":"Getting started » Installation » Cmake","id":"24","title":"Cmake"},"25":{"body":"Install llvm+clang . In the installer, select the option to add LLVM to your %PATH%. If you forget to do check this option, add C:\\Program Files\\LLVM\\bin to your %PATH%.","breadcrumbs":"Getting started » Installation » Clang","id":"25","title":"Clang"},"26":{"body":"Install git . Defaults are fine.","breadcrumbs":"Getting started » Installation » git","id":"26","title":"git"},"27":{"body":"Now that we have installed the Sunscreen crate as a dependency, let's get started writing our first private app using FHE! Writing our program will be a gradual process and we'll add more code as we progress through this section. In this example, we'll just multiply two encrypted integers. use sunscreen::{ fhe_program, types::{bfv::Signed, Cipher}, Compiler, Error, Runtime,\n}; #[fhe_program(scheme = \"bfv\")]\nfn simple_multiply(a: Cipher<Signed>, b: Cipher<Signed>) -> Cipher<Signed> { a * b\n} fn main() {\n} Notice that the simple_multiply function is like any other function in Rust, except for the #[fhe_program(...)] attribute. This is where the magic happens— it declares your function as an FHE program that can be compiled. The scheme argument should always be \"bfv\", though we may support additional FHE schemes in the future. simple_multiply's signature specifies that it takes in two Cipher<Signed> values and returns one. Cipher<T> indicates the contained type T is encrypted (i.e. a ciphertext) and Signed is Sunscreen's signed integer type; thus, Cipher<Signed> indicates that we have an encrypted signed integer. The body of simple_multiply multiplies the ciphertexts a and b together. As with any function in Rust, omitting a ; returns an expression's value from the current scope. Having specified our program, let's compile it. use sunscreen::{ fhe_program, types::{bfv::Signed, Cipher}, Compiler, Error, Runtime,\n}; #[fhe_program(scheme = \"bfv\")]\nfn simple_multiply(a: Cipher<Signed>, b: Cipher<Signed>) -> Cipher<Signed> { a * b\n} fn main() -> Result<(), Error> { let fhe_program = Compiler::with_fhe_program(simple_multiply) .compile()?; Ok(())\n} The Compiler::with_fhe_program(simple_multiply) line creates a compiler and .compile(), tells it to compile our FHE program. Compilation performs optimization and fills in implementation details, including figuring out FHE scheme parameters and inserting special operations. What's the ? after at the end of .compile()? For the uninitiated, the ? operator propagates errors. Fallible expressions in Rust emit Results , which can contain either a value or an error. Using ? unwraps the value in a successful result or immediately returns the error from a failed one, letting the caller of the current function deal with it. We should see the former after compilation, as our program is well-formed. Next, we need a public and private key pair. In order to generate keys, we'll first construct a Runtime with the parameters we got from compilation. This allows us to encrypt/decrypt data and run FHE programs. use sunscreen::{ fhe_program, types::{bfv::Signed, Cipher}, Compiler, Error, Runtime,\n}; #[fhe_program(scheme = \"bfv\")]\nfn simple_multiply(a: Cipher<Signed>, b: Cipher<Signed>) -> Cipher<Signed> { a * b\n} fn main() -> Result<(), Error> { let fhe_program = Compiler::with_fhe_program(simple_multiply) .compile()?; let runtime = Runtime::new(&fhe_program.metadata.params)?; let (public_key, private_key) = runtime.generate_keys()?; let a = runtime.encrypt(Signed::from(15), &public_key)?; let b = runtime.encrypt(Signed::from(5), &public_key)?; Ok(())\n} After constructing our runtime, we generate a public and private key pair by calling runtime.generate_keys(). Next, we call Signed::from(15) to make an unencrypted Signed integer equal to 15. Rust doesn't allow implicit type conversion as some languages do, so we use the From trait to explicitly convert a Rust i64 into a Sunscreen Signed. Once we have our plaintext value 15, we encrypt it by calling runtime.encrypt(...), passing in the value and our public key. We repeat this process for b with the value 5. Now that we have the two ciphertexts a and b to give to simple_multiply, we're ready to run our FHE program! use sunscreen::{ fhe_program, types::{bfv::Signed, Cipher}, Compiler, Error, Runtime,\n}; #[fhe_program(scheme = \"bfv\")]\nfn simple_multiply(a: Cipher<Signed>, b: Cipher<Signed>) -> Cipher<Signed> { a * b\n} fn main() -> Result<(), Error> { let fhe_program = Compiler::with_fhe_program(simple_multiply) .compile()?; let runtime = Runtime::new(&fhe_program.metadata.params)?; let (public_key, private_key) = runtime.generate_keys()?; let a = runtime.encrypt(Signed::from(15), &public_key)?; let b = runtime.encrypt(Signed::from(5), &public_key)?; let results = runtime.run(&fhe_program, vec![a, b], &public_key)?; let c: Signed = runtime.decrypt(&results[0], &private_key)?; assert_eq!(c, 75.into()); Ok(())\n} We call runtime.run(...) to execute our FHE program. For the first argument, we pass in our previously compiled program fhe_program. The second argument is always a Vec containing the arguments to the FHE program. In this case, we pass in the encrypted a and b values. You'll need to pass in the public_key as well. What would happen if we forgot to encrypt one of our values or gave an encrypted Fractional value where the program wanted an encrypted Signed value? Fortunately, the run method first performs some sanity checks to ensure the arguments match the call signature. If the types of the values we pass in don't match the signature, the run method returns an error Result. The ? propagates this error, but our program exits because this is the main() method! Next, we call runtime.decrypt(...) with the first result and our private key. Programs can return more than one value; hence, results is a Vec. Since our FHE program only returns one value, we decrypt the value at index 0. The left hand side of the assignment denotes the decrypted data is a Signed whereas runtime.decrypt(...) ensures this type matches the ciphertext's encrypted value before decryption. If we had assigned a different type to c, say Fractional, then decrypt would return an error. Finally, we verify the result equals 75 (i.e. 15 * 5) as expected.","breadcrumbs":"Getting started » My first FHE program » My first FHE program","id":"27","title":"My first FHE program"},"28":{"body":"This section describes the anatomy of an FHE program, what you can and can't do, and the different data types FHE programs support.","breadcrumbs":"What's in an FHE program? » What's in an FHE program?","id":"28","title":"What's in an FHE program?"},"29":{"body":"Sunscreen supports a number of data types for different scenarios. Each of these data types is located in the sunscreen_compiler::types::bfv module. All types T support +, -, * operations on plaintext, ciphertext, and literals. Note that at least one of the operands must be a ciphertext. Use Signed if you need to work with integers. Use Fractional if you need to work with decimals (but don't anticipate needing to divide by ciphertexts). UseRational if ciphertext division is absolutely necessary to your application. This type incurs more overhead than Fractional. type division Signed unsupported Fractional divide by literal only Rational fully supported","breadcrumbs":"What's in an FHE program? » Types » Types","id":"29","title":"Types"},"3":{"body":"To effectively use our library, we assume some basic knowledge of public key cryptography as well as Rust.","breadcrumbs":"Introduction » Prerequisites » Preliminary knowledge","id":"3","title":"Preliminary knowledge"},"30":{"body":"The Cipher type is special in that you don't directly create Cipher values. Cipher<T> should only appear in an FHE program's call signature and denotes that an argument or return value is an encrypted T. The absence of this wrapper indicates that T is unencrypted. While arguments may be unencrypted (i.e. of type T), return values must always be encrypted (i.e. of type Cipher<T>). For example: # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# };\n#\n#[fhe_program(scheme = \"bfv\")]\nfn my_program(a: Cipher<Signed>, b: Signed) -> (Cipher<Signed>, Cipher<Signed>) { // Do things # (a, a + b)\n} Argument a is an encrypted Signed value. Argument b is an un encrypted Signed value. my_program returns 2 encrypted Signed values via a tuple.","breadcrumbs":"What's in an FHE program? » Types » Cipher","id":"30","title":"Cipher"},"31":{"body":"Sunscreen supports fixed-length arrays [1] that behave as you'd expect. You declare and use them as any other fixed-length array in Rust: # use sunscreen::{\n# fhe_program,\n# types::{bfv::Fractional, Cipher},\n# };\n#\n#[fhe_program(scheme = \"bfv\")]\nfn matrix_vector_multiply(a: [[Cipher<Fractional<64>>; 10]; 10], b: [Cipher<Fractional<64>>; 10]) -> [Cipher<Fractional<64>>; 10] { // Clone b just so we get an initialized object of the right // type in col. let mut col = b.clone(); // Perform matrix-vector multiplication with col_query to extract // Alice's desired column for i in 0..10 { for j in 0..10 { if j == 0 { col[i] = a[i][j] * b[j]; } else { col[i] = col[i] + a[i][j] * b[j]; } } } col\n} You can make arrays of encrypted or unencrypted data types. In the former case, the Cipher must go inside the array; you can't declare a Cipher<[T; 2]>. TODO: add discussion on using arrays as inputs to FHE programs (readable vs writeable). having to initialize writeable arrays. cannot return arrays from FHE programs. Don't confuse these with Vec, which Sunscreen does not support!","breadcrumbs":"What's in an FHE program? » Types » Arrays","id":"31","title":"Arrays"},"32":{"body":"Sometimes, you simply want to double a value or add 15. Fortunately, most FHE types and operations support literal operands. For example, Signed values work with i64 values # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# };\n#\n#[fhe_program(scheme = \"bfv\")]\nfn answer(a: Cipher<Signed>) -> Cipher<Signed> { a + 42\n} while Fractional and Rational values support f64 values # use sunscreen::{\n# fhe_program,\n# types::{bfv::Fractional, Cipher},\n# };\n#\n#[fhe_program(scheme = \"bfv\")]\nfn answer_2(a: Cipher<Fractional<64>>) -> Cipher<Fractional<64>> { 42.0 * a\n}","breadcrumbs":"What's in an FHE program? » Types » Working with literals","id":"32","title":"Working with literals"},"33":{"body":"Signed values allow you to perform integer arithmetic as follows (recall that at least one operand must be a ciphertext): operation operand add ciphertext, plaintext, i64 literal sub ciphertext, plaintext, i64 literal mul ciphertext, plaintext, i64 literal Additionally, you can perform unary negation on encrypted Signed values.","breadcrumbs":"What's in an FHE program? » Types » Signed » Signed","id":"33","title":"Signed"},"34":{"body":"Signed values contain thousands of binary digits of precision, easily enough to store any i64 value.","breadcrumbs":"What's in an FHE program? » Types » Signed » Representation","id":"34","title":"Representation"},"35":{"body":"Fractional values allow you to perform decimal arithmetic. You can think of Fractional as being similar to a fixed-point representation. Sunscreen represents Fractional values as an integer and fractional part. The INT_BITS type argument specifies how many binary digits store the integer part. Setting INT_BITS to 64 should be more than sufficient for most applications since Fractional<64> values can exactly represent every i64 with thousands (!!) of binary digits for the decimal portion. You can perform operations on Fractional values as follows (recall at least one operand must be a ciphertext): operation operand add ciphertext, plaintext, literal sub ciphertext, plaintext, literal mul ciphertext, plaintext, literal div ciphertext numerator + literal divisor Additionally, you perform unary negation on Fractional ciphertexts. While division by only literals may seem limiting, this is one of the more common use cases. For example, you can average 3 values: # use sunscreen::{\n# fhe_program,\n# types::{bfv::Fractional, Cipher},\n# Compiler, Runtime, PublicKey\n# }; #[fhe_program(scheme = \"bfv\")]\nfn avg( a: Cipher<Fractional<64>>, b: Cipher<Fractional<64>>, c: Cipher<Fractional<64>>\n) -> Cipher<Fractional<64>> { (a + b + c) / 3.0\n} Additionally, division by literals is sufficient to compute many transcendental functions (e.g. sin, cos, exp) via a power series.","breadcrumbs":"What's in an FHE program? » Types » Fractional » Fractional","id":"35","title":"Fractional"},"36":{"body":"A scheme parameter lattice_dimension (chosen by the Sunscreen compiler) determines the number of decimal places such that INT_BITS + DECIMAL_BITS = lattice_dimension. This scheme parameter is always at least 1024. You can find the compiler's chosen value with my_compiled_program.metadata.params.lattice_dimension. Fractional values use exact arithmetic and don't suffer from roundoff errors as floating point values do. In fact, if INT_BITS=1024 and lattice_dimension >= 2048 they can exactly store every double precision value with a fixed decimal point!","breadcrumbs":"What's in an FHE program? » Types » Fractional » Representation","id":"36","title":"Representation"},"37":{"body":"Unlike the Rational type, storing and computing Fractional values is as efficient as Signed values.","breadcrumbs":"What's in an FHE program? » Types » Fractional » Efficiency","id":"37","title":"Efficiency"},"38":{"body":"The Rational type allows you to perform all decimal arithmetic: operation operand add ciphertext, plaintext, literal sub ciphertext, plaintext, literal mul ciphertext, plaintext, literal div ciphertext, plaintext, literal Additionally, you can perform unary negation on Rational ciphertexts (i.e., given a, compute -a).","breadcrumbs":"What's in an FHE program? » Types » Rational » Rational","id":"38","title":"Rational"},"39":{"body":"Rational encodes a numerator and denominator as two independent Signed values. This results in ciphertexts twice as large as when using the Fractional type.","breadcrumbs":"What's in an FHE program? » Types » Rational » Representation","id":"39","title":"Representation"},"4":{"body":"Plaintext vs. ciphertext : Plaintext refers to un encrypted data (i.e. data in the clear) whereas ciphertext refers to encrypted data. Public key vs. private key : In public key cryptography , there are two types of keys. The public key (aka the encryption key) can be shared with others. Using the public key, people can send encrypted messages. The private key (aka the decryption key) should not be shared. Whoever holds the private key can decrypt the messages addressed to them (which are encrypted under the corresponding public key). Usually, each person has their own public/private key pair. \"Homomorphic\" : We use this term to denote computations performed directly on encrypted data. For example, if we say \"homomorphic addition,\" we are referring to addition of two ciphertexts . Modulus : We use this term in the context of discussing modular arithmetic (aka clock arithmetic). Under modular arithmetic, values \"wrap around\" when they exceed the modulus . In the example 7 mod 4 = 3, 4 is the modulus.","breadcrumbs":"Introduction » Prerequisites » Cryptography and math","id":"4","title":"Cryptography and math"},"40":{"body":"In addition to the increased size, each Rational operation (except negation) requires multiple FHE operations. Thus, even addition can quickly increase FHE program complexity . Using Rational ciphertexts in prolonged computation may require larger scheme parameters (hence resulting in slower computations).","breadcrumbs":"What's in an FHE program? » Types » Rational » Efficiency","id":"40","title":"Efficiency"},"41":{"body":"An FHE program is simply a Rust function with an annotation and a few restrictions. However, unlike standard Rust functions, FHE programs work with encrypted data!","breadcrumbs":"What's in an FHE program? » How to write an FHE program » Writing an FHE program","id":"41","title":"Writing an FHE program"},"42":{"body":"To indicate that a function is an FHE program, simply add the #[fhe_program()] attribute to an fn function: # use sunscreen::{\n# fhe_program,\n# }; #[fhe_program(scheme = \"bfv\")]\nfn my_fhe_program() {\n} This attribute takes a single scheme argument. Currently, this argument value should always be \"bfv\", our supported FHE scheme.","breadcrumbs":"What's in an FHE program? » How to write an FHE program » The #[fhe_program(...)] attribute","id":"42","title":"The #[fhe_program(...)] attribute"},"43":{"body":"FHE programs implement their logic in the fn function beneath the #[fhe_program()] attribute. The function you write must satisfy some conditions: Your fn function must be non-generic and stand-alone (i.e. not a struct method, closure, trait method, etc). Your fn function may take any number of arguments. Each argument must be of either type T (i.e. plaintext) or Cipher<T> (i.e. ciphertext), where T is a type supported in FHE programs. Every argument need not be the same T. Your fn function must return either a Cipher<T> or a tuple of (Cipher<T1>, Cipher<T2>, ...) values (i.e. return values are always encrypted). As with arguments, types must be supported in FHE programs. Here's an example of an FHE program that returns a tuple containing two encrypted values: a * b and a + c. # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# };\n#\n#[fhe_program(scheme = \"bfv\")]\nfn multiple_returns(a: Cipher<Signed>, b: Cipher<Signed>, c: Signed) -> (Cipher<Signed>, Cipher<Signed>) { (a * b, a + c)\n}","breadcrumbs":"What's in an FHE program? » How to write an FHE program » FHE program interface requirements","id":"43","title":"FHE program interface requirements"},"44":{"body":"In FHE programs, you can: Perform basic operations (+, -, *, /, <<, >>). The supported set of operations vary from type to type . Note that at least one of the operands must be a ciphertext. Call functions. Use any Rust construct (e.g. match, for i in ..., if...else) on data not derived from any argument. We walk through a number of examples in the limitations chapter.","breadcrumbs":"What's in an FHE program? » How to write an FHE program » Operations","id":"44","title":"Operations"},"45":{"body":"In this section we'll show you how to factor your programs in a specific way that allows for Reusing algorithms with different data types. Running your algorithm without FHE. This allows you to debug the algorithm without encryption getting in your way and measure FHE's performance overhead. Let's begin by rewriting our simple_multiply example with a common implementation (simple_multiply_impl): use sunscreen::{ fhe_program, types::{bfv::{Signed, Fractional}, Cipher},\n};\nuse std::ops::Mul; fn simple_multiply_impl<T, U>(a: T, b: U) -> T\nwhere T: Mul<U, Output=T> + Copy\n{ a * b\n} #[fhe_program(scheme = \"bfv\")]\nfn simple_multiply_signed(a: Cipher<Signed>, b: Cipher<Signed>) -> Cipher<Signed> { simple_multiply_impl(a, b)\n} #[fhe_program(scheme = \"bfv\")]\nfn simple_multiply_fractional(a: Cipher<Fractional<64>>, b: Fractional<64>) -> Cipher<Fractional<64>> { simple_multiply_impl(a, b)\n} The first FHE program multiplies encrypted Signed values. In the second, a is an encrypted Fractional value while b is an unencrypted Fractional value. We can run both of these programs using runtime.run() as normal.","breadcrumbs":"What's in an FHE program? » How to write an FHE program » Factoring FHE programs » Factoring FHE programs","id":"45","title":"Factoring FHE programs"},"46":{"body":"If we inspect the trait bounds on simple_multiply_impl, we'll notice there is no mention of anything Sunscreen related. This means we can directly run our implementation with Rust i64 values by simply calling: # use std::ops::Mul;\n#\n# fn simple_multiply_impl<T, U>(a: T, b: U) -> T\n# where T: Mul<U, Output=T> + Copy\n# {\n# a * b\n# }\n# # fn main() { simple_multiply_impl(7, 5);\n# } It's worth explicitly pointing out that T and U may be of the same or different types; the trait bounds merely require that you can multiply T and U values.","breadcrumbs":"What's in an FHE program? » How to write an FHE program » Factoring FHE programs » Running your implementation without FHE","id":"46","title":"Running your implementation without FHE"},"47":{"body":"FHE programs have some limitations you'll need to keep in mind.","breadcrumbs":"What's in an FHE program? » How to write an FHE program » Limitations » Limitations","id":"47","title":"Limitations"},"48":{"body":"Performing comparisons on encrypted data is complex. Thus, we do not currently support comparisons. The following is not allowed: # use sunscreen::types::{bfv::Signed, Cipher}; #[fhe_program(scheme = \"bfv\")]\nfn invalid(a: Cipher<Signed>) -> Cipher<Signed> { // Return value mismatch aside, comparisons // are not supported a == 42\n}","breadcrumbs":"What's in an FHE program? » How to write an FHE program » Limitations » Comparisons not supported","id":"48","title":"Comparisons not supported"},"49":{"body":"Branches (i.e. for, if/else, match) cannot depend on function arguments, encrypted [1] or otherwise. For example, you cannot do the following: # use sunscreen::types::{bfv::Signed, Cipher}; #[fhe_program(scheme = \"bfv\")]\nfn invalid(a: Cipher<Signed>, b: Signed) -> Cipher<Signed> { let mut c = a; // For loop runs during compilation, but b isn't known until // you call `run`. for i in 0..b { c = c + a; } c\n} You can , however, use loops and if statements so long as their conditions don't depend on FHE program arguments. The examples below show allowed loop and if statements : # use sunscreen::{\n# types::{bfv::{Fractional, Signed}, Cipher},\n# fhe_program\n# }; #[fhe_program(scheme = \"bfv\")]\nfn loopy(x: Cipher<Fractional<64>>) -> Cipher<Fractional<64>> { let mut y = x; for _ in 0..5 { y = y + x; } y\n} #[fhe_program(scheme = \"bfv\")]\nfn iffy(x: Cipher<Signed>) -> Cipher<Signed> { let mut ans = x; for i in 1..5 { if i % 2 == 0 { ans = ans + i * x; } else { ans = ans - i * x; } } ans\n} Notice that their conditions don't depend on their argument x, so they're legal. This is not merely a Sunscreen limitation; if an FHE scheme supported traditional branching, it would be fundamentally insecure.","breadcrumbs":"What's in an FHE program? » How to write an FHE program » Limitations » Branching restricted to constant expressions","id":"49","title":"Branching restricted to constant expressions"},"5":{"body":"Rust basics (e.g. rust types , traits , .unwrap() and other error handling techniques) Generic types Generic functions","breadcrumbs":"Introduction » Prerequisites » Rust and programming","id":"5","title":"Rust and programming"},"50":{"body":"You currently cannot perform computations indefinitely on ciphertexts. See here for a more in-depth discussion of this.","breadcrumbs":"What's in an FHE program? » How to write an FHE program » Limitations » Bounded computation","id":"50","title":"Bounded computation"},"51":{"body":"Some trivial operations destroy the randomness essential to the security of the resultant ciphertext — an outside observer can trivially decode them! Sunscreen will detect this and cause run() to fail to prevent data from leaking. Fortunately, such operations are not particularly useful in the first place. Avoid doing the following: Subtracting a ciphertext from itself. However, it's fine to subtract 2 different ciphertexts that happen to contain the same value (i.e. the ciphertexts encrypt the same data but using different randomness ). Multiplying a ciphertext by the plaintext or literal value 0. However, if a ciphertext encrypts 0, that's totally fine.","breadcrumbs":"What's in an FHE program? » How to write an FHE program » Limitations » Avoid \"transparent\" ciphertexts","id":"51","title":"Avoid \"transparent\" ciphertexts"},"52":{"body":"","breadcrumbs":"What's in an FHE program? » Troubleshooting » Troubleshooting","id":"52","title":"Troubleshooting"},"53":{"body":"You can write your algorithm in a generic way , run it without FHE, and single step through it. You can also compare results executing with and without FHE. Another technique that can be helpful is to call the render() method on your compiled FheProgram. This returns a String containing the compiled execution graph in DOT format. You can write this to a file and render it with Graphviz , a standard graph rendering library.","breadcrumbs":"What's in an FHE program? » Troubleshooting » How do I debug my algorithm?","id":"53","title":"How do I debug my algorithm?"},"54":{"body":"Your issue might be one of 2 things: You exceeded the noise budget . You can check the noise budget remaining on a ciphertext (this requires the private key) by calling (runtime.measure_noise_budget(&ciphertext, &private_key)). If this value is 0, you exceeded the noise budget and your value is corrupted. The most common scenario where you will encounter this issue is when chaining multiple FHE program executions. Overflow. Try increasing the plaintext modulus . Due to carryless arithmetic , understanding overflow can be a bit tricky. Usually, overflow occurs when your plaintext modulus is too small and a digit wraps. Values can also overflow during multiplication due to running out of digits. However, this is very rare in FHE.","breadcrumbs":"What's in an FHE program? » Troubleshooting » My FHE program yields the wrong answer. I'm certain the algorithm is correct.","id":"54","title":"My FHE program yields the wrong answer. I'm certain the algorithm is correct."},"55":{"body":"We will likely improve the experience in the future, but you can do this today as follows: Compile all your FHE programs with an increased noise_margin and look at their metadata.params.lattice_dimension values. Change your application so the that the program with the largest lattice dimension (program x) compiles as it does in step 1, while the remaining programs call .with_params(&x.metadata.params) during compilation. This causes the remaining programs to use the same parameters verbatim. The noise_margin you chose in step 1 determines how many times you can chain together program executions.","breadcrumbs":"What's in an FHE program? » Troubleshooting » I need to use the output of one FHE program as the input to another (i.e. chain program executions).","id":"55","title":"I need to use the output of one FHE program as the input to another (i.e. chain program executions)."},"56":{"body":"It's a type wrapper needed to compile your FHE program. Internally, the #[fhe_program] macro turns all your program inputs and outputs into graph nodes — i.e. FheProgramNodes. Operator inputs and outputs are actually FheProgramNodes, which build up the execution graph during compilation. Unfortunately, they tend to be a leaky abstraction that wind up in error messages. Usually, these errors tell you an FheProgramNode's inner type doesn't support an operation you're trying to perform. In the example below, the compiler is saying you can't divide Signed values: error[E0369]: cannot divide `FheProgramNode<Cipher<Signed>>` by `FheProgramNode<Cipher<Signed>>` --> examples/simple_multiply/src/main.rs:22:7 |\n22 | a / b | - ^ - FheProgramNode<Cipher<Signed>> | | | FheProgramNode<Cipher<Signed>> For more information about this error, try `rustc --explain E0369`. This can also crop up when using explicit annotations. For example, the following will fail to compile: #[fhe_program(scheme = \"bfv\")]\nfn simple_multiply(a: Cipher<Signed>, b: Cipher<Signed>) -> Cipher<Signed> { // This assignment will fail because a * b results in an // `FheProgramNode<Cipher<Signed>>`, not a Cipher<Signed> let c: Cipher<Signed> = a * b; c\n} Unnecessary type annotations are unidiomatic and thus we advise against them. Usually, type inference is sufficient, but if you really need one you can import and use sunscreen::types::intern::FheProgramNode.","breadcrumbs":"What's in an FHE program? » Troubleshooting » What the heck is an FheProgramNode?","id":"56","title":"What the heck is an FheProgramNode?"},"57":{"body":"To create a runtime, you simply call Runtime::new, passing a Params object. You get a params object from compiling an FHE program as we did in our example. # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Compiler, Runtime, PublicKey\n# };\n#\n# #[fhe_program(scheme = \"bfv\")]\n# fn noop() {\n# }\n#\n# fn main() {\n# let fhe_program = Compiler::with_fhe_program(noop)\n# .compile()\n# .unwrap();\n# let runtime = Runtime::new(&fhe_program.metadata.params).unwrap();\n# } Once you're created a runtime, you can: generate public/private keys encrypt plaintexts run FHE programs decrypt ciphertexts","breadcrumbs":"Runtime » Runtime","id":"57","title":"Runtime"},"58":{"body":"Note that to use artifacts produced by a runtime (e.g. ciphertexts, keys), they must have been produced under a runtime using exactly the same parameters . This situation may have ramifications if you're attempting to re-use ciphertexts across multiple FHE programs; those programs must be compiled with the same set of parameters.","breadcrumbs":"Runtime » Parameter compatibility","id":"58","title":"Parameter compatibility"},"59":{"body":"Once you've created a runtime, generating keys is simple: # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Compiler, Runtime, PublicKey\n# };\n#\n# #[fhe_program(scheme = \"bfv\")]\n# fn noop() {\n# }\n#\n# fn main() {\n# let fhe_program = Compiler::with_fhe_program(noop)\n# .compile()\n# .unwrap();\n#\n# let runtime = Runtime::new(&fhe_program.metadata.params).unwrap();\n# let (public_key, private_key) = runtime.generate_keys().unwrap();\n# } This produces a public key (which allows you to encrypt data and run FHE programs) and a private key (which allows you to decrypt).","breadcrumbs":"Runtime » Key generation » Key Generation","id":"59","title":"Key Generation"},"6":{"body":"Why is it so hard to write FHE programs? Note: The following is not a precise description of the math behind FHE. Our goal is to give you a high level overview as to why it's hard to work with FHE directly. FHE makes use of some pretty fancy math—namely, lattices . In fact, all known FHE schemes use lattice-based cryptography. Something special about lattice-based cryptography is that it's post-quantum . You're likely familiar with matrices and vectors. Imagine that instead of having numbers as the entries in a matrix or vector, we replace them with polynomials (e.g. \\(8x^5+5x^2+x+13\\)). You might wonder: why would we want to have polynomials instead of numbers as entries? Well, replacing a number with a polynomial allows us to embed many numbers (as coefficients) in a single matrix entry, thus leading to better efficiency/performance. Recall that polynomials consist of coefficients (these would be 8, 5, 1, 13 in our example) and a degree/order (this is 5 in our example). However, these polynomials behave a bit differently than what you've seen in grade school. Let's take a brief detour and discuss modular arithmetic (aka clock arithmetic). Modular arithmetic is just integer arithmetic that \"wraps\" around. Alternatively, you can think of it as division with remainder. For example, 13 mod 12 = 1. The polynomials in FHE make use of modular arithmetic. The degree is actually mod some value; we'll say degree mod N. The coefficients are also mod some value; we'll say coefficient mod P. So if I tell you to take the degree mod 3 and the coefficients mod 7, \\(8x^5+5x^2+x+13\\) becomes \\(1x^2+5x^2+x+6\\). To get good performance in FHE, you need to know how to set these parameters (N, P) just right . If the parameters are too small, you'll be very limited in terms of the computations you can do. Alternatively, if you make the parameters too big, you'll end with poor performance and large ciphertext sizes. Even worse, you need to base your parameter choices off the maximum sequence of multiplications you plan on doing along with the desired security level. Finally, I've neglected to mention how FHE programs actually work. Under the hood, FHE uses circuits. For the BFV scheme, we have arithmetic circuits (some other FHE schemes use binary circuits). When was the last time you tried to work directly with circuits (if ever)? Our compiler handles picking all parameters and the appropriate keys for you. We abstract away the polynomials and circuits too.","breadcrumbs":"Introduction » Why is a compiler needed for FHE? » Why is a compiler needed for FHE?","id":"6","title":"Why is a compiler needed for FHE?"},"60":{"body":"To encrypt data, simply call encrypt() on Runtime: # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Compiler, Runtime, PublicKey\n# };\n#\n# #[fhe_program(scheme = \"bfv\")]\n# fn noop() {\n# }\n#\n# fn main() {\n# let fhe_program = Compiler::with_fhe_program(noop)\n# .compile()\n# .unwrap();\n#\n# let runtime = Runtime::new(&fhe_program.metadata.params).unwrap();\n# let (public_key, private_key) = runtime.generate_keys().unwrap();\n# let val = Signed::from(15); let val_enc = runtime.encrypt(val, &public_key).unwrap();\n# } This produces a Ciphertext value suitable for use in run(). Be careful not to confuse the Ciphertext type, which represents an actual encrypted value, with Cipher , which is a marker type to indicate a value in an FHE program is encrypted! Sunscreen can encrypt any of its provided types or fixed-length arrays [1] of them. Note that arrays encrypt as multiple values in a single large Ciphertext. [DW: if the user is sending many ciphertexts (e.g., a vector of ciphertexts) under the same scheme, wouldn't it make sense to only communicate the scheme parameters once for all of the ciphertexts rather than attaching them on each one? That would help save some space.] Fixed-length arrays have the type [T; N] where N is a the number Ts. Don't confuse these with Vec<T>, which does not encode the length in its type! Sunscreen does not support Vecs.","breadcrumbs":"Runtime » Encryption » Encryption","id":"60","title":"Encryption"},"61":{"body":"Sunscreen attaches scheme parameters and the underlying datatype metadata to each Ciphertext. The former aids in serialization, while the latter prevents honest mistakes and improves the developer experience. When you serialize Ciphertext values to send over the network, this metadata appears in the clear. For most applications, this will be public information and part of the protocol. If, for some reason, you need the data type or scheme parameters to also be encrypted, you should encrypt the serialized ciphertext (e.g. use TLS for communication).","breadcrumbs":"Runtime » Encryption » Cleartext metadata","id":"61","title":"Cleartext metadata"},"62":{"body":"In our simple example, we called runtime.run to execute our FHE program # use sunscreen::{*, types::{{bfv::Signed}, Cipher}};\n#\n# fn main() { # #[fhe_program(scheme = \"bfv\")]\n# fn multiply(a: Cipher<Signed>, b: Cipher<Signed>) -> Cipher<Signed> {\n# a * b\n# }\n#\n# let fhe_program = Compiler::with_fhe_program(multiply)\n# .plain_modulus_constraint(PlainModulusConstraint::Raw(64))\n# .compile()\n# .unwrap();\n#\n# let runtime = Runtime::new(&fhe_program.metadata.params).unwrap();\n# let (public_key, _) = runtime.generate_keys().unwrap(); let a_enc = runtime.encrypt(Signed::from(5), &public_key).unwrap(); let b_enc = runtime.encrypt(Signed::from(15), &public_key).unwrap(); let results = runtime.run(&fhe_program, vec![a_enc, b_enc], &public_key).unwrap();\n# } Let's break down the arguments to runtime.run: The first fhe_program argument is the compiled program you wish to run. The second vec![a, b] argument contains the input arguments to the program in a Vec . The final public_key argument is the public key used to generate the encrypted program inputs (i.e. a_enc and b_enc).","breadcrumbs":"Runtime » Running FHE programs » Running FHE Programs","id":"62","title":"Running FHE Programs"},"63":{"body":"Rust requires collections be homogenous (i.e. each item is the same type). However, program arguments may not be always be of the same type! Our FheProgramInput wrapper enum solves this problem; it wraps values so they can exist in a homogeneous collection. The run function's second argument is a Vec<T> where T readily converts into an FheProgramInput (i.e. T impl Into<FheProgramInput> [1] ). Ciphertext and all types under sunscreen::bfv::types::* do this. If your FHE program only accepts ciphertexts (a common scenario), it's sufficient to simply pass a Vec<Ciphertext> as we did in the above example. However, if you want to mix Ciphertext and unencrypted values, you'll need to make a Vec<FheProgramInput> manually, converting each argument yourself: # use sunscreen::{*, types::{{bfv::Signed}, Cipher}};\n#\n# fn main() {\n# // Note the lack of the `Cipher` type on b. This declares\n# // it as a unencrypted.\n# #[fhe_program(scheme = \"bfv\")]\n# fn multiply(a: Cipher<Signed>, b: Signed) -> Cipher<Signed> {\n# a * b\n# }\n#\n# let fhe_program = Compiler::with_fhe_program(multiply)\n# .compile()\n# .unwrap();\n#\n# let runtime = Runtime::new(&fhe_program.metadata.params).unwrap();\n# let (public_key, _) = runtime.generate_keys().unwrap(); let a_enc = runtime.encrypt(Signed::from(5), &public_key).unwrap(); // a is encrypted, but the second argument, b, is not. // We make a Vec<FheProgramInput> by calling `.into()` // on each value. let args: Vec<FheProgramInput> = vec![a_enc.into(), Signed::from(15).into()]; let results = runtime.run(&fhe_program, args, &public_key).unwrap();\n# } FheProgramInput itself meets this requirement because every type in Rust is reflexive.","breadcrumbs":"Runtime » Running FHE programs » FHE program inputs","id":"63","title":"FHE program inputs"},"64":{"body":"When you compile your FHE program, the compiler marks down the call signature (argument and return types). The run function validates that the inputs you gave are appropriately encrypted/unencrypted and are of the correct type.","breadcrumbs":"Runtime » Running FHE programs » Validation","id":"64","title":"Validation"},"65":{"body":"On success, the run method returns a Vec<Ciphertext> containing each output of the FHE program. If the underlying FHE program returns a tuple, the entries of the Vec are each of the tuple's entries. If the underlying FHE program returns a single value, the Vec contains a single entry. If the underlying FHE program doesn't return anything, you should write more useful programs. The Vec will be empty.","breadcrumbs":"Runtime » Running FHE programs » Return value","id":"65","title":"Return value"},"66":{"body":"To decrypt, simply call decrypt() using your private key and the data you want to decrypt # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Compiler, Runtime, PublicKey, PlainModulusConstraint\n# };\n#\n# #[fhe_program(scheme = \"bfv\")]\n# fn noop() {\n# }\n#\n# fn main() {\n# let fhe_program = Compiler::with_fhe_program(noop)\n# .plain_modulus_constraint(PlainModulusConstraint::Raw(5))\n# .compile()\n# .unwrap();\n#\n# let runtime = Runtime::new(&fhe_program.metadata.params).unwrap();\n# let (public_key, private_key) = runtime.generate_keys().unwrap();\n#\n# let val = Signed::from(15);\n# let val_enc = runtime.encrypt(val, &public_key).unwrap();\n# // val_enc is an encrypted `Signed` value coming from an FHE program // or just directly encrypted. let a: Signed = runtime.decrypt(&val_enc, &private_key).unwrap();\n# }","breadcrumbs":"Runtime » Decryption » Decryption","id":"66","title":"Decryption"},"67":{"body":"Unlike with encrypt, you must specify the unencrypted data type (either on the left-hand side as above or using turbofish ). The encrypted value's type must match the assigned type; if the specified data type doesn't match that on the ciphertext , decrypt will return an error. In the above example, decrypt will fail if the encrypted value is not a Signed type.","breadcrumbs":"Runtime » Decryption » Validation","id":"67","title":"Validation"},"68":{"body":"While most examples compute everything in one place, in practice, data will be split amongst multiple machines. You can serialize many things in Sunscreen: Ciphertexts Keys Scheme parameters FHE programs Sunscreen uses serde for serialization and can serialize data in a number of formats including JSON and bincode. Since most data in Sunscreen is high entropy byte arrays, we recommend using bincode since it reduces storage and network requirements by efficiently packing byte arrays. The process to serialize and deserialize any type is the same, but this example shows how to do it with a ciphertext: # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Compiler, Runtime, PublicKey, Ciphertext\n# };\n#\n# #[fhe_program(scheme = \"bfv\")]\n# fn noop() {\n# }\n#\n# fn main() {\n# let fhe_program = Compiler::with_fhe_program(noop)\n# .compile()\n# .unwrap();\n#\n# let runtime = Runtime::new(&fhe_program.metadata.params).unwrap();\n# let (public_key, _) = runtime.generate_keys().unwrap(); let c = runtime .encrypt(Signed::from(20), &public_key) .unwrap(); // ser is now a Vec<u8> that can be written to disk, socket, etc. let ser = bincode::serialize(&c).unwrap(); // Upon receiving a serialized byte array, deserialize it // back into a Ciphertext. You may now use it normally. let c: Ciphertext = bincode::deserialize(&ser).unwrap();\n# } As with any dependency, you'll need to add bincode as a dependency in your Cargo.toml.","breadcrumbs":"Runtime » Serialization » Serialization","id":"68","title":"Serialization"},"69":{"body":"In this section, we'll look at some (hopefully) interesting applications of FHE to web2 and web3.","breadcrumbs":"Applications » Applications","id":"69","title":"Applications"},"7":{"body":"Our goal is to make it easy for any engineer to write an FHE program. To accomplish this, we've been working to get the API just right (we're always excited to hear feedback from users!). A large part of this was choosing the right language for our compiler— we chose Rust . In addition to having a powerful and expressive type system, Rust is very well suited to cryptography. It's highly performant (like C/C++) and safe by design (unlike C/C++). Our compiler relies on Microsoft's SEAL library. There are many different types of FHE schemes out there; we've chosen to use the BFV fully homomorphic encryption scheme—named for the authors (Brakerski-Fan-Vercauteren) who came up with the scheme.","breadcrumbs":"Introduction » Sunscreen's compiler » Sunscreen's compiler","id":"7","title":"Sunscreen's compiler"},"70":{"body":"We'll now walk through a less trivial computation that can be done with FHE. Our program is inspired by computations used in automated market makers (AMMs). While some of the code and ideas presented here could be useful for constructing an automated market maker with swap privacy, many details have been omitted. Alice would like to swap some NU tokens for some ETH tokens. She'd like to perform this token swap without revealing to anyone her order amount. This might be done to prevent malicious actors from front-running her order. To swap her tokens, she interacts with a \"pool\" that has reserves of both NU and ETH (implemented as a smart contract). For this example, we'll say the pool contains 100 ETH tokens and 1000 NU tokens. The reserve values here are public information. The exchange rate for NU ⇔ ETH changes based on the pool's reserves of the two tokens. Alice will encrypt her order (i.e. the amount of NU tokens she wants to swap) and then submit it to the blockchain miner. The miner can then calculate how much encrypted ETH Alice should receive in exchange for her encrypted amount of NU tokens via FHE.","breadcrumbs":"Applications » AMMs & private token swaps » Private token swap (via automated market makers)","id":"70","title":"Private token swap (via automated market makers)"},"71":{"body":"If you're not familiar with AMMs, we suggest starting here . AMMs can be a great alternative to centralized exchanges since they allow you to exchange one type of a token for another with (generally) lower fees. Each token pair (in our example, we have NU and ETH) has its own \"pool\" which users interact with when performing a trade between those two particular tokens. You can also earn passive income from your tokens by providing liquidity (i.e. depositing two tokens) to a specific pool. The exchange rate between the two tokens evolves automatically based on a known mathematical formula. Unfortunately, the open and public nature of AMMs combined with the predictable behavior of the exchange rate allows for front-running attacks. Bad actors observe pending trades and then submit their own trades to \"manipulate\" the exchange rate in a way favorable to themselves. What does this mean for you as a potential AMM user? You may end up with a worse price than expected when your trade executes as these front-running attacks are fairly common and widespread. Privacy (specifically hiding trade values) is one solution to this front-running problem.","breadcrumbs":"Applications » AMMs & private token swaps » An intro to AMMs for the uninitiated","id":"71","title":"An intro to AMMs for the uninitiated"},"72":{"body":"Let's look at how to implement this now.","breadcrumbs":"Applications » AMMs & private token swaps » Program walkthrough","id":"72","title":"Program walkthrough"},"73":{"body":"use sunscreen::{ fhe_program, types::{bfv::Rational, Cipher}, Ciphertext, CompiledFheProgram, Compiler, Params, PrivateKey, PublicKey, Runtime,\n}; #[fhe_program(scheme = \"bfv\")]\n/// This program swaps NU tokens for ETH.\nfn swap_nu( nu_tokens_to_trade: Cipher<Rational>,\n) -> Cipher<Rational> { let total_eth = 100.0; let total_nu = 1_000.0; -(total_eth * total_nu / (total_nu + nu_tokens_to_trade) - total_eth)\n} We begin by importing the stuff we're going to use. We declare our swap_nu function as an FHE program with the appropriate attribute (#[fhe_program(scheme = \"bfv\")]). swap_nu computes how much encrypted ETH a user will receive in exchange for nu_tokens_to_trade some amount of encrypted NU . Since we'll need to divide by a ciphertext, we'll have to use the Rational type here. Thus, notice that swap_nu takes in a Cipher<Rational> and returns a Cipher<Rational>. If you're wondering where the formula for swap_nu came from, it's from the constant product formula used by some automated market makers. Notice that the other values in swap_nu (i.e. the pool reserves for ETH total_eth and NU total_nu) are in the clear.","breadcrumbs":"Applications » AMMs & private token swaps » Setup","id":"73","title":"Setup"},"74":{"body":"# use sunscreen::{\n# fhe_program,\n# types::{bfv::Rational, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Params, PrivateKey, # Error,\n# PublicKey,\n# Runtime,\n# };\n# /// Alice is a party that would like to trade some NU for ETH.\nstruct Alice { /// Alice's public key pub public_key: PublicKey, /// Alice's private key private_key: PrivateKey, /// Alice's runtime runtime: Runtime,\n} Alice wants to swap some encrypted (i.e. hidden) amount of NU for an encrypted (i.e. hidden) amount of ETH. She'll need a public/private key pair to do this (since she needs to encrypt her order with respect to her public key). # use sunscreen::{\n# fhe_program,\n# types::{bfv::Rational, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Params, PrivateKey, # Error,\n# PublicKey,\n# Runtime,\n# };\n# # /// Alice is a party that would like to trade some NU for ETH.\n# struct Alice {\n# /// Alice's public key\n# pub public_key: PublicKey,\n# # /// Alice's private key\n# private_key: PrivateKey,\n# # /// Alice's runtime\n# runtime: Runtime,\n# }\n# impl Alice { pub fn setup(params: &Params) -> Result<Alice, Error> { let runtime = Runtime::new(params)?; let (public_key, private_key) = runtime.generate_keys()?; Ok(Alice { public_key, private_key, runtime, }) } pub fn create_transaction(&self, amount: f64) -> Result<Ciphertext, Error> { Ok(self.runtime .encrypt(Rational::try_from(amount)?, &self.public_key)? ) } pub fn check_received_eth(&self, received_eth: Ciphertext) -> Result<(), Error> { let received_eth: Rational = self .runtime .decrypt(&received_eth, &self.private_key)?; let received_eth: f64 = received_eth.into(); println!(\"Alice received {}ETH\", received_eth); Ok(()) }\n} Alice first constructs a runtime and then can generate her public/private key pair. To encrypt her order amount, she'll call create_transaction passing in the amount of NU she wants to trade and herpublic_key. We need try_from here to help us perform the appropriate type conversion. We won't use this until the very end but check_received_eth will allow Alice to see how many ETH tokens she's received after performing the swap. Recall that Alice will receive an encrypted amount of ETH tokens, so in check_received_eth Alice will decrypt this value by passing in her private_key and received_eth the encrypted amount of ETH she received.","breadcrumbs":"Applications » AMMs & private token swaps » Alice","id":"74","title":"Alice"},"75":{"body":"Let's look at the miner next. # use sunscreen::{\n# fhe_program,\n# types::{bfv::Rational, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Params, PrivateKey, # Error,\n# PublicKey,\n# Runtime,\n# };\n/// Imagine this is a miner in a blockchain application. They're responsible\n/// for processing transactions\nstruct Miner { /// The compiled swap_nu program pub compiled_swap_nu: CompiledFheProgram, /// The Miner's runtime runtime: Runtime,\n} Recall that the miner is responsible for processing Alice's order; thus, he'll have to run the compiled swap_nu program (compiled_swap_nu). # use sunscreen::{\n# fhe_program,\n# types::{bfv::Rational, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Params, PrivateKey, # Error,\n# PublicKey,\n# Runtime,\n# };\n# # #[fhe_program(scheme = \"bfv\")]\n# /// This program swaps NU tokens for ETH.\n# fn swap_nu(\n# nu_tokens_to_trade: Cipher<Rational>,\n# ) -> Cipher<Rational> {\n# let total_eth = 100.0;\n# let total_nu = 1_000.0;\n# # -(total_eth * total_nu / (total_nu + nu_tokens_to_trade) - total_eth)\n# }\n#\n# /// Imagine this is a miner in a blockchain application. They're responsible\n# /// for processing transactions\n# struct Miner {\n# /// The compiled FHE swap program\n# pub compiled_swap_nu: CompiledFheProgram,\n# # /// The Miner's runtime\n# runtime: Runtime,\n# }\n#\nimpl Miner { pub fn setup() -> Result<Miner, Error> { let compiled_swap_nu = Compiler::with_fhe_program(swap_nu).compile()?; let runtime = Runtime::new(&compiled_swap_nu.metadata.params)?; Ok(Miner { compiled_swap_nu, runtime, }) } pub fn run_contract( &self, nu_tokens_to_trade: Ciphertext, public_key: &PublicKey, ) -> Result<Ciphertext, Error> { let results = self.runtime.run(&self.compiled_swap_nu, vec![nu_tokens_to_trade], public_key)?; Ok(results[0].clone()) }\n} In setup, we compile swap_nu and save the runnable program as compiled_swap_nu. We also construct and save a Runtime for our miner to allow him to run it. The miner can run the token swap contract (see run_contract) by calling runtime.run with the compiled_swap_nu program, Alice's encrypted order amount (nu_tokens_to_trade), and Alice's public_key. Recall that we must pass in arguments to an FHE program (such as compiled_swap_nu) via a Vec.","breadcrumbs":"Applications » AMMs & private token swaps » Miner","id":"75","title":"Miner"},"76":{"body":"# use sunscreen::{\n# fhe_program,\n# types::{bfv::Rational, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Params, PrivateKey, # Error,\n# PublicKey,\n# Runtime,\n# };\n# # #[fhe_program(scheme = \"bfv\")]\n# /// This program swaps NU tokens to receive ETH.\n# fn swap_nu(\n# nu_tokens_to_trade: Cipher<Rational>,\n# ) -> Cipher<Rational> {\n# let total_eth = 100.0;\n# let total_nu = 1_000.0;\n# # -(total_eth * total_nu / (total_nu + nu_tokens_to_trade) - total_eth)\n# }\n# # /// Imagine this is a miner in a blockchain application. They're responsible\n# /// for processing transactions\n# struct Miner {\n# /// The compiled swap_nu program\n# pub compiled_swap_nu: CompiledFheProgram,\n# # /// The Miner's runtime\n# runtime: Runtime,\n# }\n# # impl Miner {\n# pub fn setup() -> Result<Miner, Error> {\n# let compiled_swap_nu = Compiler::with_fhe_program(swap_nu).compile()?;\n# # let runtime = Runtime::new(&compiled_swap_nu.metadata.params)?;\n# # Ok(Miner {\n# compiled_swap_nu,\n# runtime,\n# })\n# }\n# # pub fn run_contract(\n# &self,\n# nu_tokens_to_trade: Ciphertext,\n# public_key: &PublicKey,\n# ) -> Result<Ciphertext, Error> {\n# let results = self.runtime.run(&self.compiled_swap_nu, vec![nu_tokens_to_trade], public_key)?;\n# # Ok(results[0].clone())\n# }\n# }\n# # /// Alice is a party that would like to trade some NU for ETH.\n# struct Alice {\n# /// Alice's public key\n# pub public_key: PublicKey,\n# # /// Alice's private key\n# private_key: PrivateKey,\n# # /// Alice's runtime\n# runtime: Runtime,\n# }\n# # impl Alice {\n# pub fn setup(params: &Params) -> Result<Alice, Error> {\n# let runtime = Runtime::new(params)?;\n# # let (public_key, private_key) = runtime.generate_keys()?;\n# # Ok(Alice {\n# public_key,\n# private_key,\n# runtime,\n# })\n# }\n# # pub fn create_transaction(&self, amount: f64) -> Result<Ciphertext, Error> {\n# Ok(self.runtime\n# .encrypt(Rational::try_from(amount)?, &self.public_key)?\n# )\n# }\n# # pub fn check_received_eth(&self, received_eth: Ciphertext) -> Result<(), Error> {\n# let received_eth: Rational = self\n# .runtime\n# .decrypt(&received_eth, &self.private_key)?;\n# # let received_eth: f64 = received_eth.into();\n# # println!(\"Alice received {}ETH\", received_eth);\n# # Ok(())\n# }\n# }\n# fn main() -> Result<(), Error> { // Set up the miner with some NU and ETH tokens. let miner = Miner::setup()?; // Alice sets herself up. The FHE scheme parameters are public to the // protocol, so Alice has them. let alice = Alice::setup(&miner.compiled_swap_nu.metadata.params)?; let transaction = alice.create_transaction(20.0)?; let encrypted_received_eth = miner.run_contract(transaction, &alice.public_key)?; alice.check_received_eth(encrypted_received_eth)?; Ok(())\n} We set up the miner and then Alice (notice that Alice relies on parameters generated from the Miner's setup). Both of them must use the same set of FHE scheme parameters for compatibility. In deployment, these values would likely be fixed at the protocol level. Alice calls create_transaction to encrypt her trade amount of 20.0 NU tokens. The miner calls run_contract to calculate how much encrypted ETH Alice will receive for her encrypted NU (based on the formula from swap_nu). The miner passes in Alice's encrypted trade amount (the result of alice.create_transaction(20.0) which is a ciphertext) along with Alice's public key (alice.public_key). Finally, Alice can determine how much ETH she actually received from the swap via check_received_eth.","breadcrumbs":"Applications » AMMs & private token swaps » Swapping the tokens privately","id":"76","title":"Swapping the tokens privately"},"77":{"body":"The entire program (not including compilation time) takes ~25 ms on an Intel Xeon @ 3.0 GHz (with 8 cores and 16 GB RAM) and ~100 ms on a Macbook Air M1.","breadcrumbs":"Applications » AMMs & private token swaps » Performance","id":"77","title":"Performance"},"78":{"body":"For simplicity, we've omitted many details that are needed to actually execute a private token swap in real life. You may have noticed we mentioned nothing about Alice's account balance (deducting the amount of NU she wants to swap or adding the amount of ETH she receives), ensuring that Alice is behaving honestly (e.g. she actually has enough NU in her account to make the swap, she isn't creating tokens out of thin air), or how to determine the new reserve values of the pool (i.e. how much NU and ETH are in the pool after Alice has made her swap). If you're curious about the answers: we've omitted account balances for simplicity (but such account balances would be encrypted as well) to ensure Alice is behaving honestly, we would need additional cryptographic tools such as zero-knowledge proofs the primary goal of private token swaps would be to prevent front-running , thus there would be some additional step to \"reveal\" the new reserve values","breadcrumbs":"Applications » AMMs & private token swaps » What's missing?","id":"78","title":"What's missing?"},"79":{"body":"With private information retrieval (PIR), a user can retrieve an item from a database without revealing to the server which item she's interested in. PIR is useful for both web2 and web3 applications. In web2, for example, PIR can be used to help detect harmful images in end-to-end encrypted messaging. For private cryptocurrencies, PIR can help light clients retrieve relevant transactions . To make this section easy to understand, we'll implement two simple PIR algorithms with our compiler. The first algorithm does not require the full power of FHE since we only perform ciphertext-plaintext multiplication via a vector dot product; thus, an additively homomorphic encryption scheme would actually suffice. The second algorithm does require the full power of FHE as we'll perform both ciphertext-ciphertext multiplication and ciphertext-plaintext multiplication via a matrix-vector product and vector dot product.","breadcrumbs":"Applications » Private information retrieval » Private information retrieval","id":"79","title":"Private information retrieval"},"8":{"body":"This list isn't comprehensive. These are just the main features we'd like to call attention to: Type support for fractions, rationals, and signed integers (even 64-bit integers!) Ability to perform computations on combinations of plaintexts and ciphertexts (e.g. you can multiply a ciphertext and plaintext together) Can run computations without FHE (useful for testing purposes) Private computation with literals Automated parameter and key selection Ciphertext maintenance operations inserted automatically (these operations need to be done for optimal performance) Compiler generates FHE programs for you (no need to work with circuits) Compiler automatically parallelizes program (i.e. circuit) execution for you Support for WASM Support for serialization Can compile natively to Apple's M1 Note: Although we have performed a number of optimizations, we don't take advantage of all possible compiler transforms (yet!). Additionally, we do not currently allow users to author their own types.","breadcrumbs":"Introduction » Sunscreen's compiler » What features does our compiler offer?","id":"8","title":"What features does our compiler offer?"},"80":{"body":"We'll start with a very simple algorithm that uses a dot product to return an item privately.","breadcrumbs":"Applications » Private information retrieval » Take 1 » Warm up: a very simple PIR algorithm","id":"80","title":"Warm up: a very simple PIR algorithm"},"81":{"body":"Everything in the database will be un encrypted. We'll represent our database as a vector of n items. Let's say that Alice wants to retrieve the 2nd item from the database. Alice will send a query to the server; we'll represent this query as a vector of length n as well.","breadcrumbs":"Applications » Private information retrieval » Take 1 » How will our algorithm work?","id":"81","title":"How will our algorithm work?"},"82":{"body":"Every element of this query vector, except the one Alice is interested in, will have a 0 in its place. Alice will place a 1 in the 2nd entry (since she's interested in the 2nd item). When the server take the dot product of these two vectors, Alice will get back the item she wanted to retrieve: [item1, item2, item3, ... , itemn] · [0, 1, 0, ... , 0]t = item1 · 0 + item2 · 1 + item3 · 0 + ... + itemn · 0 = item2 Of course, the server can observe that Alice is interested in retrieving the 2nd item. How do we make this query private?","breadcrumbs":"Applications » Private information retrieval » Take 1 » Information retrieval ( without privacy )","id":"82","title":"Information retrieval ( without privacy )"},"83":{"body":"For simplicity, let Enc(x) denote that we encrypt x. [1] Since Alice doesn't want to reveal to the server which item she's interested in, she encrypts each of the elements in her query vector with respect to her FHE public key. Voila! We can now retrieve the information privately: [item1, item2, item3, ... , itemn] · [Enc(0), Enc(1), Enc(0), ... , Enc(0)]t = item1 · Enc(0) + item2 · Enc(1) + item3 · Enc(0) + ... + itemn · Enc(0) = Enc(item2) The encryption scheme must be probabilistic (such that different randomness is used for encrypting each element in the query vector). Otherwise, the server would be able to tell apart Enc(1) from Enc(0) and deduce what Alice wants to retrieve. You don't have to worry about this issue when using Sunscreen's compiler.","breadcrumbs":"Applications » Private information retrieval » Take 1 » Making the query private","id":"83","title":"Making the query private"},"84":{"body":"Our database will have 100 items in it. We'll represent the vectors from earlier as arrays , one of Sunscreen's supported types.","breadcrumbs":"Applications » Private information retrieval » Take 1 » Program walkthrough","id":"84","title":"Program walkthrough"},"85":{"body":"use sunscreen::{ fhe_program, types::{bfv::Signed, Cipher},\n}; const DATABASE_SIZE: usize = 100; #[fhe_program(scheme = \"bfv\")]\n/// This program takes a user's query and looks up the entry in the database.\n/// Queries are arrays containing a single 1 element at the\n/// desired item's index and 0s elsewhere.\nfn lookup(query: [Cipher<Signed>; DATABASE_SIZE], database: [Signed; DATABASE_SIZE]) -> Cipher<Signed> { let mut sum = query[0] * database[0]; for i in 1..DATABASE_SIZE { sum = sum + query[i] * database[i] } sum\n} We begin by importing the stuff we're going to use. We declare our lookup function as an FHE program with the appropriate attribute (#[fhe_program(scheme = \"bfv\")]). lookup implements the dot product formula discussed above. It takes in the unencrypted database and the encrypted query from the user to retrieve an item privately. The database is an array of length DATABASE_SIZE where each item in the database is a signed integer (Signed). Hence, the user's query is an array of length DATABASE_SIZE as well, where each entry is of type Cipher<Signed>.","breadcrumbs":"Applications » Private information retrieval » Take 1 » Setup","id":"85","title":"Setup"},"86":{"body":"# use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Error, FheProgramInput, Params, PrivateKey,\n# PublicKey, Runtime,\n# };\n#\n/// Alice is a party that wants to look up a value in the database without\n/// revealing what she looked up.\nstruct Alice { /// Alice's public key pub public_key: PublicKey, /// Alice's private key private_key: PrivateKey, /// Alice's runtime runtime: Runtime,\n} Alice wants to retrieve an item from the database privately. She'll need a public/private key pair to do this (since she needs to encrypt her query with respect to her public key). # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Error, FheProgramInput, Params, PrivateKey,\n# PublicKey, Runtime,\n# };\n#\n# const DATABASE_SIZE: usize = 100;\n#\n# /// Alice is a party that wants to look up a value in the database without\n# /// revealing what she looked up.\n# struct Alice {\n# /// Alice's public key\n# pub public_key: PublicKey,\n#\n# /// Alice's private key\n# private_key: PrivateKey,\n#\n# /// Alice's runtime\n# runtime: Runtime,\n# }\n#\nimpl Alice { pub fn setup(params: &Params) -> Result<Alice, Error> { let runtime = Runtime::new(params)?; let (public_key, private_key) = runtime.generate_keys()?; Ok(Alice { public_key, private_key, runtime, }) } pub fn create_query(&self, index: usize) -> Result<Ciphertext, Error> { let mut query = [Signed::from(0); DATABASE_SIZE]; query[index] = Signed::from(1); Ok(self.runtime.encrypt(query, &self.public_key)?) } pub fn check_response(&self, value: Ciphertext) -> Result<(), Error> { let value: Signed = self.runtime.decrypt(&value, &self.private_key)?; let value: i64 = value.into(); println!(\"Alice received {}\", value); Ok(()) }\n} Alice will need to construct a runtime. Once that's done, she can generate her public/private key pair. Alice can create her unencrypted query \"vector\" (actually an array ) of 0's and 1's by calling create_query. Recall that the we'll have a 1 in the place of her desired item's index and a 0 elsewhere. Since she wants her query to be private, she'll encrypt her query, passing in her public_key as necessary. We won't use this until the very end but check_response allows Alice to decrypt the server's response by passing in the ciphertext she received (value) along with her private_key.","breadcrumbs":"Applications » Private information retrieval » Take 1 » Alice","id":"86","title":"Alice"},"87":{"body":"Let's look at the server next. # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Error, FheProgramInput, Params, PrivateKey,\n# PublicKey, Runtime,\n# };\n/// This is the server that processes Alice's query.\nstruct Server { /// The compiled database lookup program pub compiled_lookup: CompiledFheProgram, /// The server's runtime runtime: Runtime,\n} Recall that the server is responsible for retrieving Alice's item from the database; thus, it will have to run the compiled lookup program (compiled_lookup). # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Error, FheProgramInput, Params, PrivateKey,\n# PublicKey, Runtime,\n# };\n#\n# const DATABASE_SIZE: usize = 100;\n#\n# #[fhe_program(scheme = \"bfv\")]\n# /// This program takes a user's query and looks up the entry in the database.\n# /// Queries are arrays containing a single 1 element at the\n# /// desired item's index and 0s elsewhere.\n# fn lookup(query: [Cipher<Signed>; DATABASE_SIZE], database: [Signed; DATABASE_SIZE]) -> Cipher<Signed> {\n# let mut sum = query[0] * database[0];\n# # for i in 1..DATABASE_SIZE {\n# sum = sum + query[i] * database[i]\n# }\n# # sum\n# }\n#\n# /// This is the server that processes Alice's query.\n# struct Server {\n# /// The compiled database lookup program\n# pub compiled_lookup: CompiledFheProgram,\n#\n# /// The server's runtime\n# runtime: Runtime,\n# }\n#\nimpl Server { pub fn setup() -> Result<Server, Error> { let compiled_lookup = Compiler::with_fhe_program(lookup).compile()?; let runtime = Runtime::new(&compiled_lookup.metadata.params)?; Ok(Server { compiled_lookup, runtime, }) } pub fn run_query( &self, query: Ciphertext, public_key: &PublicKey, ) -> Result<Ciphertext, Error> { // Our database will consist of values between 400 and 500. let database: [Signed; DATABASE_SIZE] = (400..(400 + DATABASE_SIZE)) .map(|x| Signed::from(x as i64)) .collect::<Vec<Signed>>() .try_into() .unwrap(); let args: Vec<FheProgramInput> = vec![query.into(), database.into()]; let results = self.runtime.run(&self.compiled_lookup, args, public_key)?; Ok(results[0].clone()) }\n} The server constructs a runtime so that it can run the compiled FHE program compiled_lookup. Using run_query, the server can return an (encrypted) response to Alice's query. The items in the database will be the integers from 400 to 499, stored in ascending order. Recall that lookup takes in two arguments---the encrypted query and the unencrypted database. Unfortunately, we'll need to do some type conversion for the database as Sunscreen's compiler needs the Signed type not i64 for its programs. Additionally, to run FHE programs, we need to pass in arguments as a vec. Thus, we create a vec called args that contains our encrypted query and unencrypted database (which now has Signed entries rather than i64 entries in it). Once all that's done, the server can run the FHE program by passing in the compiled_lookup program, the arguments to the program args (now contained in a vec), and Alice's public_key.","breadcrumbs":"Applications » Private information retrieval » Take 1 » Server","id":"87","title":"Server"},"88":{"body":"# use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Error, FheProgramInput, Params, PrivateKey,\n# PublicKey, Runtime,\n# };\n#\n# const DATABASE_SIZE: usize = 100;\n#\n# #[fhe_program(scheme = \"bfv\")]\n# /// This program takes a user's query and looks up the entry in the database.\n# /// Queries are arrays containing a single 1 element at the\n# /// desired item's index and 0s elsewhere.\n# fn lookup(query: [Cipher<Signed>; DATABASE_SIZE], database: [Signed; DATABASE_SIZE]) -> Cipher<Signed> {\n# let mut sum = query[0] * database[0];\n# # for i in 1..DATABASE_SIZE {\n# sum = sum + query[i] * database[i]\n# }\n# # sum\n# }\n#\n# /// Alice is a party that wants to look up a value in the database without\n# /// revealing what she looked up.\n# struct Alice {\n# /// Alice's public key\n# pub public_key: PublicKey,\n#\n# /// Alice's private key\n# private_key: PrivateKey,\n#\n# /// Alice's runtime\n# runtime: Runtime,\n# }\n#\n# impl Alice {\n# pub fn setup(params: &Params) -> Result<Alice, Error> {\n# let runtime = Runtime::new(params)?;\n#\n# let (public_key, private_key) = runtime.generate_keys()?;\n#\n# Ok(Alice {\n# public_key,\n# private_key,\n# runtime,\n# })\n# }\n#\n# pub fn create_query(&self, index: usize) -> Result<Ciphertext, Error> {\n# let mut query = [Signed::from(0); DATABASE_SIZE];\n# query[index] = Signed::from(1);\n#\n# Ok(self.runtime.encrypt(query, &self.public_key)?)\n# }\n#\n# pub fn check_response(&self, value: Ciphertext) -> Result<(), Error> {\n# let value: Signed = self.runtime.decrypt(&value, &self.private_key)?;\n#\n# let value: i64 = value.into();\n#\n# println!(\"Alice received {}\", value);\n#\n# Ok(())\n# }\n# }\n#\n# /// This is the server that processes Alice's query.\n# struct Server {\n# /// The compiled database lookup program\n# pub compiled_lookup: CompiledFheProgram,\n#\n# /// The server's runtime\n# runtime: Runtime,\n# }\n#\n# impl Server {\n# pub fn setup() -> Result<Server, Error> {\n# let compiled_lookup = Compiler::with_fhe_program(lookup).compile()?;\n# # let runtime = Runtime::new(&compiled_lookup.metadata.params)?;\n# # Ok(Server {\n# compiled_lookup,\n# runtime,\n# })\n# }\n#\n# pub fn run_query(\n# &self,\n# query: Ciphertext,\n# public_key: &PublicKey,\n# ) -> Result<Ciphertext, Error> {\n# // Our database will consist of values between 400 and 500.\n# let database: [Signed; DATABASE_SIZE] = (400..(400 + DATABASE_SIZE))\n# .map(|x| Signed::from(x as i64))\n# .collect::<Vec<Signed>>()\n# .try_into()\n# .unwrap();\n#\n# let args: Vec<FheProgramInput> = vec![query.into(), database.into()];\n#\n# let results = self.runtime.run(&self.compiled_lookup, args, public_key)?;\n#\n# Ok(results[0].clone())\n# }\n# }\n#\nfn main() -> Result<(), Error> { // Set up the database let server = Server::setup()?; // Alice sets herself up. The FHE scheme parameters are public to the // protocol, so Alice has them. let alice = Alice::setup(&server.compiled_lookup.metadata.params)?; let query = alice.create_query(94)?; let response = server.run_query(query, &alice.public_key)?; alice.check_response(response)?; Ok(())\n} We set up the server first and then Alice (notice that Alice relies on parameters generated from the server's setup). Both of them must use the same set of FHE scheme parameters for compatibility. In deployment, these values would likely be fixed at the protocol level. Alice would like to privately retrieve the item at the 94th position from the database so she calls create_query which encrypts her query value of 94 (i.e. we get an array that has encryptions of 0 in all positions except the 94th position which contains an encryption of 1). The server calls run_query to privately retrieve Alice's desired item to her. It passes in Alice's encrypted query along with Alice's public key (alice.public_key). Finally, Alice can decrypt to check what item she received via check_response.","breadcrumbs":"Applications » Private information retrieval » Take 1 » Retrieving the item privately","id":"88","title":"Retrieving the item privately"},"89":{"body":"The entire program (not including compilation time) takes ~5 ms on an Intel Xeon @ 3.0 GHz (with 8 cores and 16 GB RAM) and ~42 ms on a Macbook Air M1.","breadcrumbs":"Applications » Private information retrieval » Take 1 » Performance","id":"89","title":"Performance"},"9":{"body":"You're building an application that operates on user data but you want to ensure all user data remains private.","breadcrumbs":"Introduction » Sunscreen's compiler » Who should use our compiler?","id":"9","title":"Who should use our compiler?"},"90":{"body":"In the previous PIR algorithm, the user had to send a query vector of the same size as the database itself. Can we do better than that? Yes! Let's look at how to reduce the user's query size by making use of matrix-vector product and dot prodct.","breadcrumbs":"Applications » Private information retrieval » Take 2 » A better PIR algorithm","id":"90","title":"A better PIR algorithm"},"91":{"body":"Instead of representing the database as a vector of length n, we'll represent it as a matrix of dimension sqrt(n) by sqrt(n). As prior, everything in the database is un encrypted. Let's say Alice wants to retrieve item1,2 from the database. This time, Alice will send two query vectors to the server; each query vector is of length sqrt(n) so Alice's communication cost will be reduced from n to 2 · sqrt(n).","breadcrumbs":"Applications » Private information retrieval » Take 2 » How will our improved algorithm work?","id":"91","title":"How will our improved algorithm work?"},"92":{"body":"What goes in the query vectors? Query Vector #1: Used in the matrix-vector product. The query vector will have a 0 in every place, except for the column number Alice is interested in. Since Alice wants the 2nd column, the vector takes the following form: [0, 1, 0, ..., 0]. Query Vector #2: Used in the dot product. This query vector will have a 0 in every place, except for the row number Alice is interested in. Since Alice wants the 1st row, the vector takes the following form: [1, 0, ..., 0]. When we take the matrix-vector product of the database with query vector #1, we get a vector back. What's in this vector? [item1,2, item2,2, item3,2, ..., itemsqrt(n),2] When we take the dot product of the previous result with query vector #2, we get the item Alice is interested in. Why? Well: [item1,2, item2,2, item3,2, ..., itemsqrt(n),2] · [1, 0, ..., 0]t = item1,2","breadcrumbs":"Applications » Private information retrieval » Take 2 » Information retrieval (without privacy)","id":"92","title":"Information retrieval (without privacy)"},"93":{"body":"Since Alice doesn't want to reveal to the server which item she's interested in, she encrypts her two query vectors with respect to her FHE public key. Query Vector #1: [Enc(0), Enc(1), Enc(0), ..., Enc(0)] Query Vector #2: [Enc(1), Enc(0), ..., Enc(0)] When the server takes the matrix-vector product of the database with encrypted query vector #1, we get: [Enc(item1,2), Enc(item2,2), Enc(item3,2), ..., Enc(itemsqrt(n),2)] When the server takes the dot product of the above vector with encrypted query vector #2, voila, we get Alice's desired item: [Enc(item1,2), Enc(item2,2), Enc(item3,2), ..., Enc(itemsqrt(n),2)] · [Enc(1), Enc(0), ..., Enc(0)]t = Enc(item1,2)","breadcrumbs":"Applications » Private information retrieval » Take 2 » Making the query private","id":"93","title":"Making the query private"},"94":{"body":"Our database will have 100 items in it. We'll use an array to represent our database.","breadcrumbs":"Applications » Private information retrieval » Take 2 » Program walkthrough","id":"94","title":"Program walkthrough"},"95":{"body":"use sunscreen::{ fhe_program, types::{bfv::Signed, Cipher},\n}; const SQRT_DATABASE_SIZE: usize = 10; #[fhe_program(scheme = \"bfv\")]\n/// This program takes a user's query and looks up the entry in the database.\n/// Queries are arrays containing a single 1 element at the\n/// desired item's index and 0s elsewhere.\nfn lookup( col_query: [Cipher<Signed>; SQRT_DATABASE_SIZE], row_query: [Cipher<Signed>; SQRT_DATABASE_SIZE], database: [[Signed; SQRT_DATABASE_SIZE]; SQRT_DATABASE_SIZE],\n) -> Cipher<Signed> { // Copy col_query just so we get an initialized object of the right // type in col. let mut col = [col_query[0]; SQRT_DATABASE_SIZE]; // Perform matrix-vector multiplication with col_query to extract // Alice's desired column for i in 0..SQRT_DATABASE_SIZE { for j in 0..SQRT_DATABASE_SIZE { if j == 0 { col[i] = database[i][j] * col_query[j]; } else { col[i] = col[i] + database[i][j] * col_query[j]; } } } let mut sum = col[0] * row_query[0]; // Dot product the result with the row query to get the result for i in 1..SQRT_DATABASE_SIZE { sum = sum + col[i] * row_query[i]; } sum\n} We begin by importing the stuff we're going to use. We declare our lookup function as an FHE program with the appropriate attribute (#[fhe_program(scheme = \"bfv\")]). We'll represent our database as an array of length SQRT_DATABASE_SIZE (in this case = 10) with entries that are arrays of length SQRT_DATABASE_SIZE (also = 10). Since we want to write into the database, we'll need to initialize the array in the FHE program's function body. lookup implements the matrix-vector and dot product formulas explained above to retrieve Alice's item privately. It takes in an unencrypted database along with Alice's encrypted query \"vectors\" (actually arrays). Recall that we have two queries— col_query will be used to select the appropriate column of the database whereas row_query will be used to select the appropriate row of the database.","breadcrumbs":"Applications » Private information retrieval » Take 2 » Setup","id":"95","title":"Setup"},"96":{"body":"# use sunscreen::{\n# PrivateKey, PublicKey, Runtime,\n# }; /// Alice is a party that wants to look up a value in the database without\n/// revealing what she looked up.\nstruct Alice { /// Alice's public key pub public_key: PublicKey, /// Alice's private key private_key: PrivateKey, /// Alice's runtime runtime: Runtime,\n} Alice wants to retrieve an item from the database privately. She'll need a public/private key pair to do this (since she needs to encrypt her query with respect to her public key). # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Error, FheProgramInput, Params, PrivateKey,\n# PublicKey, Runtime,\n# };\n#\n# const SQRT_DATABASE_SIZE: usize = 10;\n# # /// Alice is a party that wants to look up a value in the database without\n# /// revealing what she looked up.\n# struct Alice {\n# /// Alice's public key\n# pub public_key: PublicKey,\n# # /// Alice's private key\n# private_key: PrivateKey,\n# # /// Alice's runtime\n# runtime: Runtime,\n# }\n#\nimpl Alice { pub fn setup(params: &Params) -> Result<Alice, Error> { let runtime = Runtime::new(params)?; let (public_key, private_key) = runtime.generate_keys()?; Ok(Alice { public_key, private_key, runtime, }) } pub fn create_query(&self, index: usize) -> Result<(Ciphertext, Ciphertext), Error> { let col = index % SQRT_DATABASE_SIZE; let row = index / SQRT_DATABASE_SIZE; let mut col_query = [Signed::from(0); SQRT_DATABASE_SIZE]; let mut row_query = [Signed::from(0); SQRT_DATABASE_SIZE]; col_query[col] = Signed::from(1); row_query[row] = Signed::from(1); Ok(( self.runtime.encrypt(col_query, &self.public_key)?, self.runtime.encrypt(row_query, &self.public_key)?, )) } pub fn check_response(&self, value: Ciphertext) -> Result<(), Error> { let value: Signed = self.runtime.decrypt(&value, &self.private_key)?; let value: i64 = value.into(); println!(\"Alice received {}\", value); Ok(()) }\n} Alice will need to construct a runtime. Once that's done, she can generate her public/private key pair. create_query will allow Alice to create and encrypt her two query \"vectors\" (i.e. arrays). Alice will pass in an index which contains her desired column and row indices. Notice the 1's place of the index will allow Alice to select her desired column #, whereas the 10's place will allow Alice to select her desired row # (e.g. if index is 85, this denotes Alice is interested in entry located in the 5th column, 8th row). We won't use this until the very end but check_response allows Alice to decrypt the server's response by passing in the ciphertext she received (value) along with her private_key.","breadcrumbs":"Applications » Private information retrieval » Take 2 » Alice","id":"96","title":"Alice"},"97":{"body":"Let's look at the server next. # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Error, FheProgramInput, Params, PrivateKey,\n# PublicKey, Runtime,\n# };\n#\n/// This is the server that processes Alice's query.\nstruct Server { /// The compiled database query program pub compiled_lookup: CompiledFheProgram, /// The server's runtime runtime: Runtime,\n} Recall that the server is responsible for retrieving Alice's item from the database; thus, it will have to run the compiled lookup program (compiled_lookup). # use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Error, FheProgramInput, Params, PrivateKey,\n# PublicKey, Runtime,\n# };\n#\n# #[fhe_program(scheme = \"bfv\")]\n# /// This program takes a user's query and looks up the entry in the database.\n# /// Queries are arrays containing a single 1 element at the\n# /// desired item's index and 0s elsewhere.\n# fn lookup(\n# col_query: [Cipher<Signed>; SQRT_DATABASE_SIZE],\n# row_query: [Cipher<Signed>; SQRT_DATABASE_SIZE],\n# database: [[Signed; SQRT_DATABASE_SIZE]; SQRT_DATABASE_SIZE],\n# ) -> Cipher<Signed> {\n# // Copy col_query just so we get an initialized object of the right\n# // type in col.\n# let mut col = [col_query[0]; SQRT_DATABASE_SIZE];\n# # // Perform matrix-vector multiplication with col_query to extract\n# // Alice's desired column\n# for i in 0..SQRT_DATABASE_SIZE {\n# for j in 0..SQRT_DATABASE_SIZE {\n# if j == 0 {\n# col[i] = database[i][j] * col_query[j];\n# } else {\n# col[i] = col[i] + database[i][j] * col_query[j];\n# }\n# }\n# }\n# # let mut sum = col[0] * row_query[0];\n# # // Dot product the result with the row query to get the result\n# for i in 1..SQRT_DATABASE_SIZE {\n# sum = sum + col[i] * row_query[i];\n# }\n# # sum\n# }\n#\n# const SQRT_DATABASE_SIZE: usize = 10;\n#\n# /// This is the server that processes Alice's query.\n# struct Server {\n# /// The compiled database query program\n# pub compiled_lookup: CompiledFheProgram,\n#\n# /// The server's runtime\n# runtime: Runtime,\n# }\n#\nimpl Server { pub fn setup() -> Result<Server, Error> { let compiled_lookup = Compiler::with_fhe_program(lookup).compile()?; let runtime = Runtime::new(&compiled_lookup.metadata.params)?; Ok(Server { compiled_lookup, runtime, }) } pub fn run_query( &self, col_query: Ciphertext, row_query: Ciphertext, public_key: &PublicKey, ) -> Result<Ciphertext, Error> { // Our database will consist of values between 400 and 500. let mut database = [[Signed::from(0); SQRT_DATABASE_SIZE]; SQRT_DATABASE_SIZE]; let mut val = Signed::from(400); for i in 0..SQRT_DATABASE_SIZE { for j in 0..SQRT_DATABASE_SIZE { database[i][j] = val; val = val + 1; } } let args: Vec<FheProgramInput> = vec![col_query.into(), row_query.into(), database.into()]; let results = self.runtime.run(&self.compiled_lookup, args, public_key)?; Ok(results[0].clone()) }\n} The server constructs a runtime so that it can run the compiled FHE program compiled_lookup. Using run_query, the server can return an (encrypted) response to Alice's query. The items in the database will be the integers from 400 to 499, stored in ascending order. Recall that lookup takes in three arguments---the encrypted query for the column index (col_query), the encrypted query for the row index (row_query), and the unencrypted database. Unfortunately, we'll need to do some type conversion for the database as Sunscreen's compiler needs entries of the Signed type not i64 for its programs. Additionally, to run FHE programs, we need to pass in arguments as a vec. Thus, we create a vec called args that contains our encrypted queries and unencrypted database (which now has Signed entries rather than i64 entries in it). Once all that's done, the server can run the FHE program by passing in the compiled_lookup program, the arguments to the program args (now contained in a vec), and Alice's public_key.","breadcrumbs":"Applications » Private information retrieval » Take 2 » Server","id":"97","title":"Server"},"98":{"body":"# use sunscreen::{\n# fhe_program,\n# types::{bfv::Signed, Cipher},\n# Ciphertext, CompiledFheProgram, Compiler, Error, FheProgramInput, Params, PrivateKey,\n# PublicKey, Runtime,\n# };\n#\n# const SQRT_DATABASE_SIZE: usize = 10;\n#\n# #[fhe_program(scheme = \"bfv\")]\n# /// This program takes a user's query and looks up the entry in the database.\n# /// Queries are arrays containing a single 1 element at the\n# /// desired item's index and 0s elsewhere.\n# fn lookup(\n# col_query: [Cipher<Signed>; SQRT_DATABASE_SIZE],\n# row_query: [Cipher<Signed>; SQRT_DATABASE_SIZE],\n# database: [[Signed; SQRT_DATABASE_SIZE]; SQRT_DATABASE_SIZE],\n# ) -> Cipher<Signed> {\n# // Copy col_query just so we get an initialized object of the right\n# // type in col.\n# let mut col = [col_query[0]; SQRT_DATABASE_SIZE];\n# # // Perform matrix-vector multiplication with col_query to extract\n# // Alice's desired column\n# for i in 0..SQRT_DATABASE_SIZE {\n# for j in 0..SQRT_DATABASE_SIZE {\n# if j == 0 {\n# col[i] = database[i][j] * col_query[j];\n# } else {\n# col[i] = col[i] + database[i][j] * col_query[j];\n# }\n# }\n# }\n# # let mut sum = col[0] * row_query[0];\n# # // Dot product the result with the row query to get the result\n# for i in 1..SQRT_DATABASE_SIZE {\n# sum = sum + col[i] * row_query[i];\n# }\n# # sum\n# }\n#\n# /// Alice is a party that wants to look up a value in the database without\n# /// revealing what she looked up.\n# struct Alice {\n# /// Alice's public key\n# pub public_key: PublicKey,\n# # /// Alice's private key\n# private_key: PrivateKey,\n# # /// Alice's runtime\n# runtime: Runtime,\n# }\n#\n# impl Alice { # pub fn setup(params: &Params) -> Result<Alice, Error> { # let runtime = Runtime::new(params)?; # # let (public_key, private_key) = runtime.generate_keys()?; # # Ok(Alice { # public_key, # private_key, # runtime, # }) # } # # pub fn create_query(&self, index: usize) -> Result<(Ciphertext, Ciphertext), Error> { # let col = index % SQRT_DATABASE_SIZE; # let row = index / SQRT_DATABASE_SIZE; # # let mut col_query = [Signed::from(0); SQRT_DATABASE_SIZE]; # let mut row_query = [Signed::from(0); SQRT_DATABASE_SIZE]; # col_query[col] = Signed::from(1); # row_query[row] = Signed::from(1); # # Ok(( # self.runtime.encrypt(col_query, &self.public_key)?, # self.runtime.encrypt(row_query, &self.public_key)?, # )) # } # # pub fn check_response(&self, value: Ciphertext) -> Result<(), Error> { # let value: Signed = self.runtime.decrypt(&value, &self.private_key)?; # # let value: i64 = value.into(); # # println!(\"Alice received {}\", value); # # Ok(()) # }\n# }\n#\n# /// This is the server that processes Alice's query.\n# struct Server {\n# /// The compiled database query program\n# pub compiled_lookup: CompiledFheProgram,\n#\n# /// The server's runtime\n# runtime: Runtime,\n# }\n#\n# impl Server { # pub fn setup() -> Result<Server, Error> { # let compiled_lookup = Compiler::with_fhe_program(lookup).compile()?; # # let runtime = Runtime::new(&compiled_lookup.metadata.params)?; # # Ok(Server { # compiled_lookup, # runtime, # }) # } # # pub fn run_query( # &self, # col_query: Ciphertext, # row_query: Ciphertext, # public_key: &PublicKey, # ) -> Result<Ciphertext, Error> { # // Our database will consist of values between 400 and 500. # let mut database = [[Signed::from(0); SQRT_DATABASE_SIZE]; SQRT_DATABASE_SIZE]; # let mut val = Signed::from(400); # # for i in 0..SQRT_DATABASE_SIZE { # for j in 0..SQRT_DATABASE_SIZE { # database[i][j] = val; # val = val + 1; # } # } # # let args: Vec<FheProgramInput> = vec![col_query.into(), row_query.into(), database.into()]; # # let results = self.runtime.run(&self.compiled_lookup, args, public_key)?; # # Ok(results[0].clone()) # } # }\nfn main() -> Result<(), Error> { // Set up the database let server = Server::setup()?; // Alice sets herself up. The FHE scheme parameters are public to the // protocol, so Alice has them. let alice = Alice::setup(&server.compiled_lookup.metadata.params)?; let (col_query, row_query) = alice.create_query(94)?; let response = server.run_query(col_query, row_query, &alice.public_key)?; alice.check_response(response)?; Ok(())\n} We set up the server first and then Alice (notice that Alice relies on parameters generated from the server's setup). Both of them must use the same set of FHE scheme parameters for compatibility. In deployment, these values would likely be fixed at the protocol level. Alice would like to privately retrieve the item at the 94th \"position\" (this will mean the entry located in the 4th row, 9th column) from the database so she calls create_query. create_query encrypts her query value of 94 properly (i.e. creates col_query and row_query which has encryptions of 0s and 1s in the appropriate places). The server calls run_query to privately retrieve Alice's desired item to her. It passes in Alice's encrypted queries along with Alice's public key (alice.public_key). Finally, Alice can decrypt to check what item she received via check_response.","breadcrumbs":"Applications » Private information retrieval » Take 2 » Retrieving the item privately","id":"98","title":"Retrieving the item privately"},"99":{"body":"The entire program (not including compilation time) takes ~376 ms on an Intel Xeon @ 3.0 GHz (with 8 cores and 16 GB RAM) and ~716 ms on a Macbook Air M1.","breadcrumbs":"Applications » Private information retrieval » Take 2 » Performance","id":"99","title":"Performance"}},"length":145,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"'":{"df":1,"docs":{"86":{"tf":1.0}}},"*":{"2":{"5":{"6":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"1":{"0":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"b":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"95":{"tf":1.4142135623730951},"97":{"tf":2.0},"98":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"0":{"5":{"3":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"7":{"2":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"8":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"138":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951}}}}}}},"]":{"df":0,"docs":{},"t":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}},"df":19,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"139":{"tf":5.5677643628300215},"142":{"tf":1.4142135623730951},"143":{"tf":5.477225575051661},"27":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"82":{"tf":2.449489742783178},"86":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":2.8284271247461903},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"df":7,"docs":{"110":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"x":{"^":{"1":{"(":{"0":{"df":0,"docs":{},"x":{"^":{"3":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"2":{"df":2,"docs":{"138":{"tf":2.449489742783178},"140":{"tf":1.0}}},"3":{"df":1,"docs":{"140":{"tf":2.0}}},"4":{"df":1,"docs":{"140":{"tf":1.0}}},"5":{"df":1,"docs":{"140":{"tf":1.0}}},"6":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"1":{"'":{"df":2,"docs":{"86":{"tf":1.0},"96":{"tf":1.0}}},"(":{"0":{"df":0,"docs":{},"x":{"^":{"3":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},")":{"(":{"1":{"df":0,"docs":{},"x":{"^":{"3":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"1":{"2":{"8":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"2":{"^":{"0":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.0}}},"1":{"df":1,"docs":{"139":{"tf":1.0}}},"2":{"df":1,"docs":{"137":{"tf":1.0}}},"5":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},".":{".":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"0":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"0":{".":{"0":{"df":3,"docs":{"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":9,"docs":{"137":{"tf":1.4142135623730951},"70":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}},"2":{"4":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"136":{"tf":1.0},"137":{"tf":2.0},"23":{"tf":1.0},"31":{"tf":2.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"1":{".":{"3":{"1":{"9":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"df":2,"docs":{"137":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"3":{"df":5,"docs":{"137":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"142":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"4":{"2":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"32":{"tf":1.0}}},"6":{"df":6,"docs":{"13":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":2.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"9":{"3":{"4":{".":{"6":{"6":{"3":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"138":{"tf":2.0},"140":{"tf":2.449489742783178}}}}}}},"_":{"0":{"0":{"0":{".":{"0":{"df":3,"docs":{"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":30,"docs":{"107":{"tf":1.4142135623730951},"110":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":4.358898943540674},"138":{"tf":2.449489742783178},"139":{"tf":5.0990195135927845},"140":{"tf":3.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":7.0},"31":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"s":{"df":4,"docs":{"110":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"98":{"tf":1.0}},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"x":{"^":{"1":{"df":1,"docs":{"140":{"tf":2.8284271247461903}}},"2":{"(":{"0":{"df":0,"docs":{},"x":{"^":{"3":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"+":{"5":{"df":0,"docs":{},"x":{"^":{"2":{"+":{"df":0,"docs":{},"x":{"+":{"6":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":3.1622776601683795}}},"3":{"(":{"0":{"df":0,"docs":{},"x":{"^":{"3":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"138":{"tf":2.0}}}},"2":{"*":{"2":{"^":{"1":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"142":{"tf":1.0}}},"2":{"df":1,"docs":{"139":{"tf":1.0}}},"3":{"df":1,"docs":{"139":{"tf":1.0}}},"4":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"x":{"df":1,"docs":{"19":{"tf":1.0}}}},"0":{".":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"56":{"tf":1.0}}},"3":{"df":1,"docs":{"142":{"tf":1.0}}},"5":{"5":{"df":1,"docs":{"13":{"tf":1.0}}},"6":{"df":2,"docs":{"13":{"tf":1.0},"139":{"tf":1.0}}},"df":1,"docs":{"77":{"tf":1.0}}},"6":{"2":{",":{"1":{"4":{"4":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"^":{"0":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":15,"docs":{"132":{"tf":1.0},"137":{"tf":3.4641016151377544},"138":{"tf":2.0},"139":{"tf":2.6457513110645907},"141":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}},"n":{"d":{"df":3,"docs":{"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"x":{"^":{"2":{"df":1,"docs":{"140":{"tf":1.0}}},"3":{"df":1,"docs":{"140":{"tf":1.0}}},"4":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"138":{"tf":1.7320508075688772}}}},"3":{"*":{"2":{"^":{"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},",":{"3":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"0":{"df":1,"docs":{"13":{"tf":1.0}}},"df":4,"docs":{"35":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"1":{".":{"3":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"11":{"tf":1.0},"143":{"tf":1.7320508075688772}}},"4":{"5":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"6":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"18":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"4":{"'":{"df":1,"docs":{"143":{"tf":1.0}}},"*":{"2":{"^":{"0":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"4":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{".":{".":{"(":{"4":{"0":{"0":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"48":{"tf":1.0},"89":{"tf":1.0}}},"3":{"df":1,"docs":{"137":{"tf":1.0}}},"6":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"0":{"9":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":2,"docs":{"87":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"110":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":3.7416573867739413},"4":{"tf":1.4142135623730951}},"s":{"df":1,"docs":{"142":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"98":{"tf":1.0}}}}},"5":{"0":{"0":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"142":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"89":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}},"6":{",":{"6":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"143":{"tf":1.0}}},"2":{".":{"1":{"1":{"8":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"^":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.4142135623730951},"35":{"tf":1.0},"8":{"tf":1.0}}},"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"7":{"1":{"6":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"4":{"0":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"27":{"tf":1.0}}},"df":7,"docs":{"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"17":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"8":{"5":{"df":1,"docs":{"96":{"tf":1.0}}},"df":6,"docs":{"13":{"tf":1.0},"142":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}},"x":{"^":{"5":{"+":{"5":{"df":0,"docs":{},"x":{"^":{"2":{"+":{"df":0,"docs":{},"x":{"+":{"1":{"3":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"1":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"9":{"df":1,"docs":{"137":{"tf":1.0}}},"df":4,"docs":{"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"98":{"tf":1.0}}}}},"_":{"df":4,"docs":{"49":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0}}},"a":{"[":{"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"v":{"df":5,"docs":{"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"85":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"r":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"78":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.0},"136":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":20,"docs":{"104":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":11,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"27":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"6":{"0":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":5,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"78":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"12":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":4,"docs":{"77":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}},"k":{"a":{"df":3,"docs":{"107":{"tf":1.0},"4":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":9,"docs":{"100":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}}}}}},"i":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"c":{"df":14,"docs":{"70":{"tf":1.7320508075688772},"74":{"tf":3.3166247903554},"76":{"tf":3.3166247903554},"78":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"86":{"tf":3.1622776601683795},"88":{"tf":3.1622776601683795},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"96":{"tf":3.7416573867739413},"98":{"tf":3.1622776601683795}},"e":{"'":{"df":14,"docs":{"31":{"tf":1.0},"74":{"tf":2.449489742783178},"75":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"78":{"tf":1.0},"86":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.6457513110645907},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178},"97":{"tf":2.449489742783178},"98":{"tf":2.8284271247461903}}},".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"9":{"4":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"2":{"0":{".":{"0":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"76":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"df":7,"docs":{"6":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"135":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"6":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"70":{"tf":1.0},"71":{"tf":2.23606797749979}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"113":{"tf":1.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":1,"docs":{"49":{"tf":2.449489742783178}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"104":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"71":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"_":{"2":{"(":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"54":{"tf":1.0},"78":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}},"p":{"df":9,"docs":{"119":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":25,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"10":{"tf":1.0},"144":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.4142135623730951},"97":{"tf":2.0},"98":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"27":{"tf":2.23606797749979},"30":{"tf":2.0},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"44":{"tf":1.0},"49":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"63":{"tf":2.0},"64":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":16,"docs":{"10":{"tf":1.0},"107":{"tf":1.7320508075688772},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"54":{"tf":1.0},"6":{"tf":2.449489742783178}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"31":{"tf":2.8284271247461903},"60":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"87":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"56":{"tf":1.0},"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"100":{"tf":1.0},"141":{"tf":1.0},"3":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}},"k":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":3,"docs":{"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"35":{"tf":1.0}}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"138":{"tf":1.0},"140":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0}}},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":4,"docs":{"105":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}},"df":11,"docs":{"27":{"tf":3.872983346207417},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"56":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"6":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"102":{"tf":1.7320508075688772},"113":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"45":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":4,"docs":{"136":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.7320508075688772}}}},"w":{"df":2,"docs":{"49":{"tf":1.0},"56":{"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":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"71":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"v":{"df":38,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"27":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"119":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"68":{"tf":1.7320508075688772}},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"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":{"68":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"&":{"c":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"126":{"tf":1.0},"132":{"tf":1.0}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"95":{"tf":1.0}}},"y":{">":{"<":{"/":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"108":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.0},"98":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"108":{"tf":1.0},"141":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"103":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"21":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"k":{"df":1,"docs":{"133":{"tf":1.0}}},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.4142135623730951},"113":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":12,"docs":{"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}}},"c":{"/":{"c":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}},":":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":26,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"27":{"tf":2.449489742783178},"30":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"7":{"tf":1.0},"73":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"143":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"60":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"15":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"125":{"tf":1.0},"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"17":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"139":{"tf":1.0}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"136":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"111":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}},"c":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"1":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"49":{"tf":2.0},"56":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":1.0},"54":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.0},"131":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"55":{"tf":1.0},"70":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"74":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"144":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"143":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"[":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"6":{"4":{"df":5,"docs":{"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":2.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":3,"docs":{"73":{"tf":2.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":16,"docs":{"27":{"tf":3.7416573867739413},"30":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"43":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"56":{"tf":2.23606797749979},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}},"t":{"1":{"df":1,"docs":{"43":{"tf":1.0}}},"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"df":31,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"27":{"tf":1.0}}},"df":39,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":2.0},"33":{"tf":2.0},"35":{"tf":2.449489742783178},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.6457513110645907},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":2.449489742783178},"61":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"79":{"tf":2.0},"8":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"96":{"tf":2.0},"97":{"tf":2.0},"98":{"tf":2.23606797749979}}}}}}}}}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"3":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}},"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.0},"21":{"tf":1.0},"24":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"27":{"tf":1.0},"70":{"tf":1.0}}}},"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":9,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"6":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}},"l":{"[":{"0":{"df":3,"docs":{"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":4,"docs":{"31":{"tf":1.7320508075688772},"95":{"tf":2.0},"97":{"tf":2.0},"98":{"tf":2.0}}}},"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"31":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.6457513110645907}}},"y":{"[":{"0":{"df":3,"docs":{"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"96":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":3,"docs":{"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"31":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"<":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":6,"docs":{"31":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"139":{"tf":1.0},"2":{"tf":1.0},"66":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"35":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"48":{"tf":2.0}}}}}}},"t":{"df":6,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"58":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":54,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"11":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":2.6457513110645907},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"27":{"tf":4.123105625617661},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":2.449489742783178},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.23606797749979},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":2.6457513110645907},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"87":{"tf":2.6457513110645907},"88":{"tf":1.7320508075688772},"97":{"tf":2.6457513110645907},"98":{"tf":1.7320508075688772}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"75":{"tf":2.8284271247461903},"76":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"36":{"tf":1.0}}},".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"y":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"118":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":2.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"114":{"tf":1.0}}},"x":{"df":3,"docs":{"105":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":2.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"31":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"111":{"tf":1.0},"113":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"143":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"6":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"73":{"tf":1.0}}}}},"df":8,"docs":{"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"27":{"tf":1.4142135623730951},"44":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"27":{"tf":1.7320508075688772},"34":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"135":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"70":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"27":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}},"t":{"df":3,"docs":{"138":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"142":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"135":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"78":{"tf":1.0}},"i":{"df":5,"docs":{"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"27":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"x":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"1":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":16,"docs":{"79":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":2.23606797749979},"86":{"tf":1.7320508075688772},"87":{"tf":3.3166247903554},"88":{"tf":2.8284271247461903},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"96":{"tf":1.7320508075688772},"97":{"tf":3.3166247903554},"98":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"[":{"0":{"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":3,"docs":{"95":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"85":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"103":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.7320508075688772},"136":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"61":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"131":{"tf":2.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"45":{"tf":1.0},"53":{"tf":1.0}},"g":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.4142135623730951},"113":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":2.0},"4":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"83":{"tf":1.0}},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":5,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"103":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":13,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"51":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"103":{"tf":1.7320508075688772},"106":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.449489742783178},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"91":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"0":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"35":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":1,"docs":{"105":{"tf":1.0}}},"i":{"d":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}}}}},"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"102":{"tf":1.0},"15":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"t":{"df":11,"docs":{"53":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}},"0":{"3":{"6":{"9":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"a":{"c":{"df":0,"docs":{},"h":{"df":19,"docs":{"110":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"71":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"11":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.0},"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.0},"136":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}}},"m":{"b":{"df":1,"docs":{"6":{"tf":1.0}}},"c":{"c":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"125":{"tf":1.0},"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"*":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"103":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"(":{"0":{")":{"]":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"83":{"tf":2.449489742783178},"93":{"tf":2.449489742783178}}},"1":{"df":2,"docs":{"83":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"1":{",":{"2":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.0}}},"3":{",":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{")":{",":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"x":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"140":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"76":{"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"2":{"0":{"df":1,"docs":{"68":{"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":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":46,"docs":{"0":{"tf":2.23606797749979},"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":3.0},"30":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":2.6457513110645907},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.0},"98":{"tf":1.7320508075688772}},"e":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":7,"docs":{"27":{"tf":1.0},"6":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951},"86":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"34":{"tf":1.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"130":{"tf":1.0},"6":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"v":{"df":1,"docs":{"125":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"137":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"e":{"0":{"3":{"6":{"9":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"=":{"0":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":16,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"27":{"tf":3.605551275463989},"36":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.7320508075688772},"67":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":2.0},"76":{"tf":2.6457513110645907},"86":{"tf":2.23606797749979},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"96":{"tf":2.0},"97":{"tf":2.0},"98":{"tf":2.6457513110645907}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"18":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"t":{"c":{"df":4,"docs":{"135":{"tf":1.0},"142":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":7,"docs":{"70":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":2.449489742783178},"78":{"tf":1.4142135623730951}}}},"v":{"a":{"df":1,"docs":{"13":{"tf":1.0}},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"141":{"tf":1.0},"2":{"tf":1.4142135623730951},"40":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"68":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"107":{"tf":1.4142135623730951},"13":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"140":{"tf":1.0},"143":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":31,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"/":{"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":{"2":{":":{"7":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"4":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"139":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"125":{"tf":1.4142135623730951},"27":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"70":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"73":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"126":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"35":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"108":{"tf":1.0},"111":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"133":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":2,"docs":{"13":{"tf":1.0},"2":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.0},"49":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"1":{"2":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"32":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"133":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"71":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}}},"q":{"df":1,"docs":{"101":{"tf":1.0}}},"r":{"df":1,"docs":{"143":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"71":{"tf":1.0}}},"w":{"df":7,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"45":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":30,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":32,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"27":{"tf":3.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":67,"docs":{"0":{"tf":2.23606797749979},"1":{"tf":2.23606797749979},"10":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"136":{"tf":1.0},"141":{"tf":1.0},"2":{"tf":2.6457513110645907},"27":{"tf":3.3166247903554},"28":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":3.3166247903554},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":2.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"63":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"56":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"56":{"tf":1.0}}},"<":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"17":{"tf":1.0},"53":{"tf":1.0}},"s":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"125":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}},"d":{"df":5,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"21":{"tf":1.0},"27":{"tf":2.449489742783178},"45":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}},"x":{"df":7,"docs":{"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951},"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":34,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"27":{"tf":2.8284271247461903},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":2.6457513110645907},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.6457513110645907},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":2.6457513110645907}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"68":{"tf":1.0}}}},"df":4,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":5,"docs":{"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"113":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":1,"docs":{"141":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"6":{"4":{"df":2,"docs":{"35":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":2.6457513110645907},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.7320508075688772},"8":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"141":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"63":{"tf":1.0}}},"df":13,"docs":{"116":{"tf":1.0},"27":{"tf":2.23606797749979},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"143":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"64":{"tf":1.0}}}}},"b":{"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"c":{"c":{"1":{"0":{"df":1,"docs":{"17":{"tf":2.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"17":{"tf":1.0}}},"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"17":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":17,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"45":{"tf":1.0}}}},"h":{"df":0,"docs":{},"z":{"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0}},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}},"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"31":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":1,"docs":{"92":{"tf":1.0}}},"o":{"d":{"df":4,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"136":{"tf":1.0},"6":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"140":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"143":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"r":{"d":{"df":4,"docs":{"102":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}}},"a":{"d":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":1,"docs":{"125":{"tf":1.0}}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":7,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"144":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"n":{"c":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":6,"docs":{"139":{"tf":1.0},"50":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"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":{"df":3,"docs":{"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"7":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"135":{"tf":1.0},"23":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}}},"o":{"d":{"df":2,"docs":{"136":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"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":{"69":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"8":{"0":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"134":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"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":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}},"v":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},".":{"df":27,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":2.0},"49":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"6":{"4":{"df":12,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{".":{".":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"6":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"143":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":10,"docs":{"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"2":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"91":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":10,"docs":{"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"111":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"40":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"140":{"tf":1.0},"50":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"133":{"tf":1.0}}}}}}},"df":11,"docs":{"100":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":2.449489742783178},"97":{"tf":1.7320508075688772},"98":{"tf":2.0}}}},"i":{"c":{"df":5,"docs":{"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"135":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"31":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"144":{"tf":1.0},"31":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"121":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"136":{"tf":1.0},"6":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.0}},"s":{"=":{"1":{"0":{"2":{"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":{},"e":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.0},"107":{"tf":1.7320508075688772},"110":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"96":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"56":{"tf":1.0}}},"v":{"df":3,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951}}}}},"o":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"c":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"113":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0}},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"71":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"(":{"a":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"49":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"t":{"'":{"df":9,"docs":{"103":{"tf":1.0},"2":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":7,"docs":{"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"1":{",":{"2":{"df":2,"docs":{"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":2,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}},"2":{",":{"2":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}}},"3":{",":{"2":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}},"df":19,"docs":{"100":{"tf":1.4142135623730951},"63":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":2.0}},"n":{"df":2,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{")":{",":{"2":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"51":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"31":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}},"s":{"df":1,"docs":{"128":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"11":{"tf":1.0},"47":{"tf":1.0}}}},"y":{"df":28,"docs":{"0":{"tf":1.4142135623730951},"103":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"13":{"tf":1.0},"27":{"tf":2.23606797749979},"3":{"tf":1.0},"4":{"tf":3.4641016151377544},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":2.6457513110645907},"76":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.6457513110645907},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"96":{"tf":2.6457513110645907},"98":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"3":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":5,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"71":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"128":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"40":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"139":{"tf":1.0},"55":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"55":{"tf":1.0},"6":{"tf":1.7320508075688772}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"143":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"51":{"tf":1.0}},"i":{"df":1,"docs":{"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"67":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"31":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"143":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"'":{"df":17,"docs":{"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"45":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":2,"docs":{"139":{"tf":1.0},"27":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"6":{"tf":1.4142135623730951},"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"103":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"125":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0}}},"k":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"35":{"tf":2.449489742783178},"38":{"tf":2.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"+":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}}},"n":{"df":1,"docs":{"19":{"tf":1.0}}},"o":{"a":{"d":{"df":2,"docs":{"122":{"tf":1.0},"128":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"113":{"tf":1.0},"2":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":17,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"df":6,"docs":{"85":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}},"p":{"df":1,"docs":{"49":{"tf":1.7320508075688772}},"y":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"m":{"1":{"df":4,"docs":{"77":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"a":{"c":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"1":{"tf":1.7320508075688772},"11":{"tf":1.0},"119":{"tf":1.0},"15":{"tf":1.0},"68":{"tf":1.0}}}}},"o":{"df":2,"docs":{"20":{"tf":1.0},"21":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":2.23606797749979},"46":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"8":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"df":14,"docs":{"133":{"tf":1.7320508075688772},"19":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}},"r":{"df":2,"docs":{"70":{"tf":1.7320508075688772},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"104":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"35":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"112":{"tf":1.0},"13":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"x":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}}}},"df":6,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"12":{"tf":1.0}}}}},"k":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"t":{"df":2,"docs":{"70":{"tf":1.7320508075688772},"73":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"140":{"tf":1.0},"27":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"110":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"a":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"31":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"46":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"46":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"4":{"tf":1.4142135623730951},"56":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"27":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"13":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"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":{"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"1":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"75":{"tf":3.1622776601683795},"76":{"tf":2.8284271247461903}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"100":{"tf":1.0},"78":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"63":{"tf":1.0}}}},"o":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":2.6457513110645907}},"e":{"df":2,"docs":{"125":{"tf":1.0},"132":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}},"df":1,"docs":{"29":{"tf":1.0}},"o":{"df":1,"docs":{"110":{"tf":1.0}}},"u":{"df":11,"docs":{"102":{"tf":2.6457513110645907},"109":{"tf":1.0},"110":{"tf":2.23606797749979},"111":{"tf":2.6457513110645907},"112":{"tf":1.0},"12":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0}}}}},"s":{"df":3,"docs":{"77":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"v":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"u":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}},"df":3,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"31":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"i":{"df":14,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.4142135623730951},"143":{"tf":1.0},"27":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"y":{"(":{"a":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":10,"docs":{"31":{"tf":1.0},"49":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":2.0},"98":{"tf":2.449489742783178}}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"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":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"126":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"n":{"/":{"a":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"111":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"131":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":35,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":2,"docs":{"110":{"tf":1.0},"137":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"61":{"tf":1.0},"68":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}},"w":{"df":3,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.7320508075688772},"75":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"56":{"tf":1.0}},"j":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"113":{"tf":2.8284271247461903},"114":{"tf":2.0},"115":{"tf":1.4142135623730951},"12":{"tf":1.0},"54":{"tf":1.7320508075688772}},"e":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"43":{"tf":1.0}},"e":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"118":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"141":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":9,"docs":{"111":{"tf":1.0},"138":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}},"h":{"df":1,"docs":{"78":{"tf":1.0}}},"i":{"c":{"df":12,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"139":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":13,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"134":{"tf":1.0}}}},"u":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"73":{"tf":1.7320508075688772},"75":{"tf":2.0},"76":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":7,"docs":{"70":{"tf":2.449489742783178},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"29":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}}},"o":{"3":{"df":1,"docs":{"132":{"tf":1.0}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"51":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"k":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"]":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"75":{"tf":1.0},"76":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":7,"docs":{"27":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"136":{"tf":1.0},"27":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":8,"docs":{"27":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":18,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"138":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"71":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"139":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":19,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"70":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"143":{"tf":1.4142135623730951},"27":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}},"df":5,"docs":{"104":{"tf":1.0},"114":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"141":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":2,"docs":{"12":{"tf":1.4142135623730951},"61":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"54":{"tf":2.0}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"14":{"tf":1.0},"6":{"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":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"p":{"'":{"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.4142135623730951},"4":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"m":{"df":11,"docs":{"57":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"40":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.7320508075688772},"6":{"tf":2.23606797749979},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.0},"76":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"71":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"1":{"tf":1.4142135623730951},"103":{"tf":2.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"111":{"tf":1.0},"27":{"tf":2.23606797749979},"57":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}}},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"137":{"tf":1.0},"141":{"tf":2.23606797749979},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":39,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"142":{"tf":1.0},"2":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"89":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":2.0},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":12,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"(":{"1":{"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"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":{}},"5":{"df":1,"docs":{"66":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"111":{"tf":1.0},"137":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":20,"docs":{"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.449489742783178},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"12":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"38":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"n":{"df":3,"docs":{"10":{"tf":1.0},"104":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":2.0},"140":{"tf":2.6457513110645907},"141":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907}}}}}}}},"o":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"70":{"tf":1.0}}},"df":4,"docs":{"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"88":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"131":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"71":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"137":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"111":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"1":{"tf":1.0},"11":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.4142135623730951},"51":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":28,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"103":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":2.0},"4":{"tf":1.7320508075688772},"54":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":2.0},"9":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"98":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":12,"docs":{"118":{"tf":1.0},"27":{"tf":1.7320508075688772},"54":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":2.23606797749979},"76":{"tf":1.7320508075688772},"86":{"tf":2.23606797749979},"88":{"tf":1.7320508075688772},"96":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":10,"docs":{"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"102":{"tf":1.0},"27":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"d":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":11,"docs":{"73":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"30":{"tf":1.0},"95":{"tf":1.0}}},"df":58,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"124":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":3.872983346207417},"28":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.8284271247461903},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":2.23606797749979},"63":{"tf":1.7320508075688772},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":3.1622776601683795},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":3.1622776601683795},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"78":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"61":{"tf":1.0},"76":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0}}}}}},"u":{"b":{"df":9,"docs":{"74":{"tf":2.23606797749979},"75":{"tf":2.0},"76":{"tf":2.6457513110645907},"86":{"tf":2.23606797749979},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"96":{"tf":2.23606797749979},"97":{"tf":2.0},"98":{"tf":2.6457513110645907}},"l":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"4":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":17,"docs":{"118":{"tf":2.0},"27":{"tf":2.8284271247461903},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"86":{"tf":2.23606797749979},"87":{"tf":1.7320508075688772},"88":{"tf":2.23606797749979},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979}}}}}},"df":20,"docs":{"0":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":2.23606797749979},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"96":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":21,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"35":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}}}},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"100":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"85":{"tf":2.0},"86":{"tf":2.23606797749979},"87":{"tf":2.8284271247461903},"88":{"tf":2.8284271247461903},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.6457513110645907},"93":{"tf":2.449489742783178},"95":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951},"97":{"tf":3.3166247903554},"98":{"tf":2.6457513110645907}}},"y":{"[":{"0":{"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"2":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":2.0},"144":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"111":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"114":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}}}}}},"w":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":1,"docs":{"133":{"tf":1.0}}}},"c":{"df":2,"docs":{"122":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"135":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"137":{"tf":1.0},"2":{"tf":1.0},"61":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"68":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"76":{"tf":2.0},"78":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":2,"docs":{"74":{"tf":2.23606797749979},"76":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"140":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}},"u":{"c":{"df":3,"docs":{"68":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"y":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"i":{"df":4,"docs":{"7":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"n":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":3,"docs":{"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"60":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":11,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"12":{"tf":1.0},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"125":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.0},"142":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":8,"docs":{"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"141":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"139":{"tf":1.0}}},"<":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"96":{"tf":1.0},"98":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":26,"docs":{"114":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":3.1622776601683795},"39":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":15,"docs":{"100":{"tf":1.0},"79":{"tf":2.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":15,"docs":{"116":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":2.6457513110645907},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.23606797749979},"67":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"143":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"138":{"tf":2.23606797749979},"140":{"tf":1.7320508075688772}}}}}}},"df":8,"docs":{"102":{"tf":1.0},"143":{"tf":1.4142135623730951},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"141":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"w":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.449489742783178}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"[":{"0":{"df":3,"docs":{"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":3,"docs":{"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"96":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"117":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}}},"df":37,"docs":{"1":{"tf":1.4142135623730951},"102":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.0},"97":{"tf":2.0}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":24,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"27":{"tf":2.8284271247461903},"35":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":3.4641016151377544},"75":{"tf":3.3166247903554},"76":{"tf":3.4641016151377544},"86":{"tf":3.3166247903554},"87":{"tf":3.3166247903554},"88":{"tf":3.3166247903554},"96":{"tf":3.3166247903554},"97":{"tf":3.3166247903554},"98":{"tf":3.3166247903554}},"e":{".":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"60":{"tf":1.0},"66":{"tf":1.0}}}},"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"27":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":7,"docs":{"118":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"27":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"&":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"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":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"s":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"118":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"125":{"tf":1.0}}},"+":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":14,"docs":{"119":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":2.23606797749979},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"119":{"tf":1.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":16,"docs":{"103":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"109":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":5,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":27,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"136":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"133":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"0":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":1,"docs":{"13":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":4,"docs":{"119":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"143":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"109":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":1,"docs":{"35":{"tf":1.0}}},"n":{"df":2,"docs":{"121":{"tf":1.0},"6":{"tf":1.0}}}},"g":{"df":2,"docs":{"121":{"tf":1.0},"125":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"25":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"96":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"96":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":7,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"n":{"d":{"df":6,"docs":{"4":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":1,"docs":{"68":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"61":{"tf":1.7320508075688772},"68":{"tf":2.449489742783178},"8":{"tf":1.0}}}},"df":1,"docs":{"35":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"=":{"0":{"df":1,"docs":{"125":{"tf":1.0}}},"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":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":6,"docs":{"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.7320508075688772},"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":3.3166247903554},"88":{"tf":2.449489742783178},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"97":{"tf":3.3166247903554},"98":{"tf":2.449489742783178}}}}}},"t":{"df":16,"docs":{"1":{"tf":1.4142135623730951},"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":2.0},"88":{"tf":2.0},"98":{"tf":2.0}},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":10,"docs":{"120":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"70":{"tf":1.0}}},"df":6,"docs":{"100":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"74":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"'":{"df":2,"docs":{"122":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"122":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"140":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":24,"docs":{"27":{"tf":2.8284271247461903},"29":{"tf":1.4142135623730951},"30":{"tf":2.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"e":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"0":{"df":5,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}},"1":{"5":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}},"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"4":{"0":{"0":{"df":2,"docs":{"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}}},"m":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"27":{"tf":1.0}}},"(":{"a":{"df":2,"docs":{"27":{"tf":2.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"(":{"7":{"df":1,"docs":{"46":{"tf":1.0}}},"a":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}},"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"(":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":2,"docs":{"78":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"df":19,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"35":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":14,"docs":{"103":{"tf":1.4142135623730951},"113":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":1,"docs":{"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"v":{"df":2,"docs":{"111":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"32":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"122":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":2.0}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"95":{"tf":2.8284271247461903},"96":{"tf":2.23606797749979},"97":{"tf":2.8284271247461903},"98":{"tf":3.4641016151377544}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"=":{"\"":{".":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"131":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"71":{"tf":1.0},"80":{"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":{"49":{"tf":1.4142135623730951}}}}}}}}},"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"135":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"121":{"tf":1.0},"142":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"43":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"b":{"df":3,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"71":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"126":{"tf":1.0},"27":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"79":{"tf":1.0}},"i":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"71":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"m":{"df":6,"docs":{"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.0},"95":{"tf":2.0},"97":{"tf":2.0},"98":{"tf":2.0}}},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":9,"docs":{"113":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"v":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":43,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":2.449489742783178},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":24,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"131":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.7320508075688772},"84":{"tf":1.0}}}},"s":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"73":{"tf":2.449489742783178},"75":{"tf":2.0},"76":{"tf":1.7320508075688772}}}}},"df":7,"docs":{"117":{"tf":1.0},"70":{"tf":2.449489742783178},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"24":{"tf":1.0}}},"df":4,"docs":{"107":{"tf":1.0},"136":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"128":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":21,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.4142135623730951},"27":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"139":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"119":{"tf":1.0}}},"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":3,"docs":{"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"2":{"tf":1.0}}}}}}},"df":8,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"60":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"110":{"tf":1.0},"138":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"125":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"130":{"tf":2.23606797749979},"8":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":2,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"":{"df":1,"docs":{"102":{"tf":1.0}}}}},"y":{"'":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"49":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}},"g":{"df":4,"docs":{"124":{"tf":1.0},"30":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}},"k":{"df":2,"docs":{"35":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"58":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"27":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0}}}}}}},"u":{"df":13,"docs":{"141":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":1,"docs":{"61":{"tf":1.0}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"27":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"70":{"tf":3.1622776601683795},"71":{"tf":2.449489742783178},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"78":{"tf":1.7320508075688772}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"121":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":4,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"78":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"73":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"73":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"113":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"71":{"tf":2.23606797749979},"74":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}},"t":{"df":4,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"136":{"tf":1.0}},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":5,"docs":{"121":{"tf":1.0},"141":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"51":{"tf":1.4142135623730951},"70":{"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":1,"docs":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"65":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":19,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"27":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":35,"docs":{"136":{"tf":1.0},"27":{"tf":2.449489742783178},"28":{"tf":1.0},"29":{"tf":2.449489742783178},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":2.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":20,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{">":{"(":{"a":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"61":{"tf":1.0},"65":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"144":{"tf":1.0},"54":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"71":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"13":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"29":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"49":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"109":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"p":{"df":14,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":15,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"56":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"95":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"108":{"tf":1.0},"141":{"tf":1.0}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":77,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"27":{"tf":2.6457513110645907},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":8,"docs":{"1":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":18,"docs":{"1":{"tf":2.23606797749979},"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"128":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":8,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"19":{"tf":1.0}},"e":{"3":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"4":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"60":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"60":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":2.0}},"i":{"d":{"df":3,"docs":{"137":{"tf":1.0},"64":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":51,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"13":{"tf":1.4142135623730951},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"27":{"tf":4.0},"30":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":2.6457513110645907},"87":{"tf":1.0},"88":{"tf":2.8284271247461903},"96":{"tf":2.6457513110645907},"97":{"tf":1.0},"98":{"tf":2.8284271247461903}},"e":{"'":{"df":1,"docs":{"67":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"135":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":1,"docs":{"44":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"27":{"tf":1.0},"62":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"<":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"63":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}},"u":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"87":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":18,"docs":{"100":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":3.605551275463989},"93":{"tf":2.6457513110645907},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"11":{"tf":1.0},"111":{"tf":1.7320508075688772},"12":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.4142135623730951},"86":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"4":{".":{"0":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0}}}}}}}},"i":{"a":{"df":9,"docs":{"125":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"70":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"83":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"14":{"tf":1.0},"44":{"tf":1.0},"70":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"136":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":5,"docs":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"119":{"tf":2.0},"125":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.4142135623730951},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"y":{"df":9,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":2,"docs":{"104":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":21,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"109":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"r":{"df":7,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"v":{"df":4,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}},"b":{"2":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"3":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"128":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"102":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}},"":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":5,"docs":{"100":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"136":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"2":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"121":{"tf":1.0},"132":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"142":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"137":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.4142135623730951},"70":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"74":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"140":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"108":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"102":{"tf":1.0},"83":{"tf":1.0}}}},"s":{"df":2,"docs":{"6":{"tf":1.0},"71":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"141":{"tf":1.4142135623730951},"15":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":11,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"x":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"138":{"tf":1.0},"49":{"tf":2.449489742783178},"55":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}}},"y":{"df":1,"docs":{"49":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":1,"docs":{"90":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"138":{"tf":1.0},"17":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":3,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"108":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":3,"docs":{"105":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"p":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{"'":{"df":1,"docs":{"86":{"tf":1.0}}},"*":{"2":{"5":{"6":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"1":{"0":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"49":{"tf":1.0}}},"b":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"95":{"tf":1.4142135623730951},"97":{"tf":2.0},"98":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"0":{"5":{"3":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"7":{"2":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"8":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"138":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951}}}}}}},"]":{"df":0,"docs":{},"t":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}},"df":19,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.449489742783178},"138":{"tf":2.0},"139":{"tf":5.5677643628300215},"142":{"tf":1.4142135623730951},"143":{"tf":5.477225575051661},"27":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"82":{"tf":2.449489742783178},"86":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":2.8284271247461903},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"s":{"df":7,"docs":{"110":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"x":{"^":{"1":{"(":{"0":{"df":0,"docs":{},"x":{"^":{"3":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"2":{"df":2,"docs":{"138":{"tf":2.449489742783178},"140":{"tf":1.0}}},"3":{"df":1,"docs":{"140":{"tf":2.0}}},"4":{"df":1,"docs":{"140":{"tf":1.0}}},"5":{"df":1,"docs":{"140":{"tf":1.0}}},"6":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"1":{"'":{"df":2,"docs":{"86":{"tf":1.0},"96":{"tf":1.0}}},"(":{"0":{"df":0,"docs":{},"x":{"^":{"3":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},")":{"(":{"1":{"df":0,"docs":{},"x":{"^":{"3":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"1":{"2":{"8":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"2":{"^":{"0":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.0}}},"1":{"df":1,"docs":{"139":{"tf":1.0}}},"2":{"df":1,"docs":{"137":{"tf":1.0}}},"5":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},".":{".":{"5":{"df":1,"docs":{"49":{"tf":1.0}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":3,"docs":{"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"0":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"0":{".":{"0":{"df":3,"docs":{"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"70":{"tf":1.0}}},"df":9,"docs":{"137":{"tf":1.4142135623730951},"70":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}},"2":{"4":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":8,"docs":{"136":{"tf":1.0},"137":{"tf":2.0},"23":{"tf":1.0},"31":{"tf":2.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"1":{".":{"3":{"1":{"9":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"df":2,"docs":{"137":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"3":{"df":5,"docs":{"137":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"142":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"4":{"2":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"5":{"df":4,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"32":{"tf":1.0}}},"6":{"df":6,"docs":{"13":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":2.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"9":{"3":{"4":{".":{"6":{"6":{"3":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"\\":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"138":{"tf":2.0},"140":{"tf":2.449489742783178}}}}}}},"_":{"0":{"0":{"0":{".":{"0":{"df":3,"docs":{"73":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":34,"docs":{"107":{"tf":1.4142135623730951},"110":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":4.358898943540674},"138":{"tf":2.449489742783178},"139":{"tf":5.0990195135927845},"140":{"tf":3.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":7.0},"31":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"s":{"df":4,"docs":{"110":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"98":{"tf":1.0}},"t":{"df":1,"docs":{"92":{"tf":1.0}}}},"x":{"^":{"1":{"df":1,"docs":{"140":{"tf":2.8284271247461903}}},"2":{"(":{"0":{"df":0,"docs":{},"x":{"^":{"3":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"+":{"5":{"df":0,"docs":{},"x":{"^":{"2":{"+":{"df":0,"docs":{},"x":{"+":{"6":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":3.1622776601683795}}},"3":{"(":{"0":{"df":0,"docs":{},"x":{"^":{"3":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"5":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"138":{"tf":2.0}}}},"2":{"*":{"2":{"^":{"1":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"142":{"tf":1.0}}},"2":{"df":1,"docs":{"139":{"tf":1.0}}},"3":{"df":1,"docs":{"139":{"tf":1.0}}},"4":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"x":{"df":1,"docs":{"19":{"tf":1.0}}}},"0":{".":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"4":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"56":{"tf":1.0}}},"3":{"df":1,"docs":{"142":{"tf":1.0}}},"5":{"5":{"df":1,"docs":{"13":{"tf":1.0}}},"6":{"df":2,"docs":{"13":{"tf":1.0},"139":{"tf":1.0}}},"df":1,"docs":{"77":{"tf":1.0}}},"6":{"2":{",":{"1":{"4":{"4":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"^":{"0":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951}}},"1":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"138":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"140":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":3.4641016151377544},"138":{"tf":2.0},"139":{"tf":2.6457513110645907},"141":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"n":{"d":{"df":3,"docs":{"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"92":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"x":{"^":{"2":{"df":1,"docs":{"140":{"tf":1.0}}},"3":{"df":1,"docs":{"140":{"tf":1.0}}},"4":{"df":1,"docs":{"140":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"138":{"tf":1.7320508075688772}}}},"3":{"*":{"2":{"^":{"2":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},",":{"3":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},".":{"0":{"0":{"df":1,"docs":{"13":{"tf":1.0}}},"df":4,"docs":{"35":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"1":{".":{"3":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"2":{"df":2,"docs":{"11":{"tf":1.0},"143":{"tf":1.7320508075688772}}},"4":{"5":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"7":{"6":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":10,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":2.449489742783178},"18":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"4":{"'":{"df":1,"docs":{"143":{"tf":1.0}}},"*":{"2":{"^":{"0":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"4":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{".":{".":{"(":{"4":{"0":{"0":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"df":0,"docs":{}},"2":{".":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"32":{"tf":1.0},"48":{"tf":1.0},"89":{"tf":1.0}}},"3":{"df":1,"docs":{"137":{"tf":1.0}}},"6":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"0":{"9":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":2,"docs":{"87":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"110":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":3.7416573867739413},"4":{"tf":1.4142135623730951}},"s":{"df":1,"docs":{"142":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"98":{"tf":1.0}}}}},"5":{"0":{"0":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"142":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"89":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}},"6":{",":{"6":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"143":{"tf":1.0}}},"2":{".":{"1":{"1":{"8":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"^":{"3":{"df":1,"docs":{"110":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"143":{"tf":1.4142135623730951},"35":{"tf":1.0},"8":{"tf":1.0}}},"df":1,"docs":{"142":{"tf":1.4142135623730951}}},"7":{"1":{"6":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"4":{"4":{"0":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":1,"docs":{"27":{"tf":1.0}}},"df":7,"docs":{"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"17":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0}}},"8":{"5":{"df":1,"docs":{"96":{"tf":1.0}}},"df":6,"docs":{"13":{"tf":1.0},"142":{"tf":1.4142135623730951},"6":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":1,"docs":{"143":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}},"x":{"^":{"5":{"+":{"5":{"df":0,"docs":{},"x":{"^":{"2":{"+":{"df":0,"docs":{},"x":{"+":{"1":{"3":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"9":{"1":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"88":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"9":{"df":1,"docs":{"137":{"tf":1.0}}},"df":4,"docs":{"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"98":{"tf":1.0}}}}},"_":{"df":4,"docs":{"49":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0}}},"a":{"[":{"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"62":{"tf":1.4142135623730951},"63":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"v":{"df":5,"docs":{"63":{"tf":1.0},"67":{"tf":1.4142135623730951},"85":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"63":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"r":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"78":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"70":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"136":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":20,"docs":{"104":{"tf":1.0},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"68":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":11,"docs":{"103":{"tf":1.0},"114":{"tf":1.0},"137":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"27":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"6":{"0":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":5,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"143":{"tf":1.0},"78":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":42,"docs":{"102":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"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},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"56":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":4,"docs":{"77":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}},"k":{"a":{"df":3,"docs":{"107":{"tf":1.0},"4":{"tf":1.7320508075688772},"6":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":9,"docs":{"100":{"tf":1.0},"45":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951}}}}}}}}},"i":{"a":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"c":{"df":14,"docs":{"70":{"tf":1.7320508075688772},"74":{"tf":3.4641016151377544},"76":{"tf":3.3166247903554},"78":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"86":{"tf":3.3166247903554},"88":{"tf":3.1622776601683795},"91":{"tf":1.4142135623730951},"92":{"tf":2.23606797749979},"93":{"tf":1.0},"96":{"tf":3.872983346207417},"98":{"tf":3.1622776601683795}},"e":{"'":{"df":14,"docs":{"31":{"tf":1.0},"74":{"tf":2.449489742783178},"75":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"78":{"tf":1.0},"86":{"tf":2.449489742783178},"87":{"tf":2.23606797749979},"88":{"tf":2.6457513110645907},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178},"97":{"tf":2.449489742783178},"98":{"tf":2.8284271247461903}}},".":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"9":{"4":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"2":{"0":{".":{"0":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"76":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"&":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":29,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"27":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}},"g":{"df":7,"docs":{"6":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"135":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"125":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"6":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":9,"docs":{"70":{"tf":1.4142135623730951},"71":{"tf":2.6457513110645907},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"113":{"tf":1.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"df":1,"docs":{"49":{"tf":2.449489742783178}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"104":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"_":{"2":{"(":{"a":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"54":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"0":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}},"p":{"df":9,"docs":{"119":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":52,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.7320508075688772},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":2.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"10":{"tf":1.0},"144":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.4142135623730951},"97":{"tf":2.0},"98":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"27":{"tf":2.23606797749979},"30":{"tf":2.0},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"44":{"tf":1.0},"49":{"tf":1.7320508075688772},"62":{"tf":2.23606797749979},"63":{"tf":2.0},"64":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":18,"docs":{"10":{"tf":1.0},"107":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.7320508075688772},"54":{"tf":1.0},"6":{"tf":2.449489742783178}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"31":{"tf":3.0},"60":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.23606797749979},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"87":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"56":{"tf":1.0},"67":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"100":{"tf":1.0},"141":{"tf":1.0},"3":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}},"k":{"df":1,"docs":{"71":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"2":{"tf":1.0},"21":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":3,"docs":{"70":{"tf":2.0},"73":{"tf":1.0},"8":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"35":{"tf":1.0}}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"102":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"62":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"138":{"tf":1.0},"140":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"78":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0}}},"h":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":4,"docs":{"105":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}},"df":11,"docs":{"27":{"tf":3.872983346207417},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"56":{"tf":2.0},"62":{"tf":1.7320508075688772},"63":{"tf":2.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"113":{"tf":1.0},"6":{"tf":1.0}}}}},"df":1,"docs":{"35":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"102":{"tf":2.0},"113":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"45":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":4,"docs":{"136":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":2.0}}}},"w":{"df":2,"docs":{"49":{"tf":1.0},"56":{"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":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"100":{"tf":1.0},"109":{"tf":2.0},"11":{"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},"6":{"tf":1.0},"90":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"71":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"f":{"df":0,"docs":{},"v":{"df":38,"docs":{"102":{"tf":1.0},"106":{"tf":2.0},"107":{"tf":2.0},"108":{"tf":2.0},"11":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"27":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"119":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"68":{"tf":1.7320508075688772}},"e":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"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":{"68":{"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"(":{"&":{"c":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"126":{"tf":1.0},"132":{"tf":1.0}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"70":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"95":{"tf":1.0}}},"y":{">":{"<":{"/":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"102":{"tf":1.0},"108":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":9,"docs":{"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.0},"98":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"108":{"tf":1.0},"141":{"tf":1.0},"46":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"103":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":2.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"62":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"21":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"k":{"df":1,"docs":{"133":{"tf":1.0}}},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"131":{"tf":1.0}}}}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.4142135623730951},"113":{"tf":1.0},"54":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":12,"docs":{"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"130":{"tf":1.0},"132":{"tf":2.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"23":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"68":{"tf":1.7320508075688772}}}}}},"c":{"/":{"c":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}},"df":0,"docs":{}},":":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"114":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":26,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"27":{"tf":2.449489742783178},"30":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"7":{"tf":1.0},"73":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"110":{"tf":1.0},"143":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"102":{"tf":1.0},"60":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"15":{"tf":1.4142135623730951},"68":{"tf":1.0}}}}}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"125":{"tf":1.0},"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"17":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"139":{"tf":1.0}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":10,"docs":{"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"100":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"95":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"111":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}},"c":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"1":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"119":{"tf":1.0},"125":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"49":{"tf":2.0},"56":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"108":{"tf":1.0},"54":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"102":{"tf":1.0},"131":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"115":{"tf":1.7320508075688772},"55":{"tf":1.0},"70":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"44":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"74":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":7,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"111":{"tf":1.0},"144":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"143":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}},"n":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"[":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"6":{"4":{"df":5,"docs":{"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":2.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":3,"docs":{"73":{"tf":2.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":16,"docs":{"27":{"tf":3.7416573867739413},"30":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"43":{"tf":2.0},"45":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"56":{"tf":2.23606797749979},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}},"t":{"1":{"df":1,"docs":{"43":{"tf":1.0}}},"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"df":31,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"27":{"tf":1.0}}},"df":39,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":2.0},"33":{"tf":2.0},"35":{"tf":2.449489742783178},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":2.449489742783178},"61":{"tf":1.7320508075688772},"63":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":2.0},"79":{"tf":2.0},"8":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"96":{"tf":2.0},"97":{"tf":2.0},"98":{"tf":2.23606797749979}}}}}}}}}},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"6":{"tf":2.23606797749979},"8":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"4":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"121":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"3":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772}}},"df":5,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":2.23606797749979},"21":{"tf":1.0},"24":{"tf":2.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"27":{"tf":1.0},"70":{"tf":1.0}}}},"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":9,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"6":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}}},"l":{"[":{"0":{"df":3,"docs":{"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":4,"docs":{"31":{"tf":1.7320508075688772},"95":{"tf":2.0},"97":{"tf":2.0},"98":{"tf":2.0}}}},"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"31":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":2.6457513110645907}}},"y":{"[":{"0":{"df":3,"docs":{"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"96":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"j":{"df":3,"docs":{"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"31":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"<":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"63":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":6,"docs":{"31":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"139":{"tf":1.0},"2":{"tf":1.0},"66":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"122":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"35":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"60":{"tf":1.0},"61":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"139":{"tf":1.0},"53":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"48":{"tf":2.23606797749979}}}}}}},"t":{"df":6,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"58":{"tf":1.4142135623730951},"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":54,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"11":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":3.0},"15":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"27":{"tf":4.123105625617661},"35":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"56":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":2.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"7":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":2.449489742783178},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":2.6457513110645907},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.6457513110645907},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":2.6457513110645907},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"87":{"tf":2.6457513110645907},"88":{"tf":1.7320508075688772},"97":{"tf":2.6457513110645907},"98":{"tf":1.7320508075688772}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"75":{"tf":2.8284271247461903},"76":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"36":{"tf":1.0}}},".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}}}},"y":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"118":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":2.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"114":{"tf":1.0}}},"x":{"df":3,"docs":{"105":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"137":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"6":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"31":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"111":{"tf":1.0},"113":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"1":{"tf":1.0},"143":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"6":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.4142135623730951},"73":{"tf":1.0}}}}},"df":8,"docs":{"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"27":{"tf":1.4142135623730951},"44":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"27":{"tf":1.7320508075688772},"34":{"tf":1.0},"43":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"135":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.4142135623730951},"70":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"143":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":4,"docs":{"27":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}},"t":{"df":3,"docs":{"138":{"tf":1.0},"27":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"45":{"tf":1.0},"46":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"142":{"tf":1.0},"54":{"tf":1.4142135623730951},"64":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"82":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"17":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"135":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"27":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"y":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"79":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"78":{"tf":1.0}},"i":{"df":5,"docs":{"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"129":{"tf":1.0},"27":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"x":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"1":{"0":{"df":1,"docs":{"17":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":16,"docs":{"79":{"tf":1.0},"81":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":2.23606797749979},"86":{"tf":1.7320508075688772},"87":{"tf":3.3166247903554},"88":{"tf":2.8284271247461903},"90":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":2.6457513110645907},"96":{"tf":1.7320508075688772},"97":{"tf":3.3166247903554},"98":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"[":{"0":{"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":3,"docs":{"95":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"85":{"tf":2.23606797749979},"86":{"tf":1.4142135623730951},"87":{"tf":2.23606797749979},"88":{"tf":2.449489742783178}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":24,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"103":{"tf":2.23606797749979},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.7320508075688772},"136":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"61":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"131":{"tf":2.23606797749979},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"45":{"tf":1.0},"53":{"tf":1.4142135623730951}},"g":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"38":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"31":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.4142135623730951},"113":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":2.0},"4":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.7320508075688772},"74":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"83":{"tf":1.0}},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"125":{"tf":1.0},"17":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0}}}}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":5,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"103":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"49":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"50":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"2":{"tf":1.0},"7":{"tf":1.0}}}},"r":{"df":13,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"51":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"117":{"tf":1.0},"36":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"21":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"103":{"tf":2.0},"106":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"83":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.449489742783178},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"55":{"tf":1.0},"91":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"18":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"0":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"31":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"35":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":1,"docs":{"105":{"tf":1.0}}},"i":{"d":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"73":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"29":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"128":{"tf":1.0},"133":{"tf":1.0}}}}}},"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":7,"docs":{"143":{"tf":1.0},"27":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"60":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"102":{"tf":1.0},"15":{"tf":1.0},"70":{"tf":1.4142135623730951},"8":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"":{"df":0,"docs":{},"t":{"df":1,"docs":{"102":{"tf":1.0}}}}},"t":{"df":11,"docs":{"53":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"32":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":17,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.7320508075688772},"35":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"96":{"tf":1.0}},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}},"0":{"3":{"6":{"9":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"a":{"c":{"df":0,"docs":{},"h":{"df":19,"docs":{"110":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"71":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"71":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"11":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.0},"34":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.0},"136":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}}},"m":{"b":{"df":1,"docs":{"6":{"tf":1.0}}},"c":{"c":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"125":{"tf":1.0},"132":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"*":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":2,"docs":{"126":{"tf":1.0},"127":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"119":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"103":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"(":{"0":{")":{"]":{"df":0,"docs":{},"t":{"df":2,"docs":{"83":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"83":{"tf":2.449489742783178},"93":{"tf":2.449489742783178}}},"1":{"df":2,"docs":{"83":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"1":{",":{"2":{"df":1,"docs":{"93":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{",":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.0}}},"3":{",":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{")":{",":{"2":{"df":1,"docs":{"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"x":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"140":{"tf":1.0},"39":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"74":{"tf":1.0},"76":{"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":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"2":{"0":{"df":1,"docs":{"68":{"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":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":46,"docs":{"0":{"tf":2.23606797749979},"1":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":3.0},"30":{"tf":2.23606797749979},"31":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":3.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"7":{"tf":1.0},"70":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":2.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":2.0},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.0},"98":{"tf":1.7320508075688772}},"e":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":7,"docs":{"27":{"tf":1.0},"6":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951},"86":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"34":{"tf":1.0},"78":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":5,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"130":{"tf":1.0},"6":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"v":{"df":1,"docs":{"125":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"24":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"137":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"df":0,"docs":{},"e":{"0":{"3":{"6":{"9":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"=":{"0":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":16,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"27":{"tf":3.605551275463989},"36":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.7320508075688772},"67":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":2.0},"76":{"tf":2.6457513110645907},"86":{"tf":2.23606797749979},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"96":{"tf":2.0},"97":{"tf":2.0},"98":{"tf":2.6457513110645907}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"18":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"t":{"c":{"df":4,"docs":{"135":{"tf":1.0},"142":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":7,"docs":{"70":{"tf":2.23606797749979},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":2.6457513110645907},"75":{"tf":1.0},"76":{"tf":2.449489742783178},"78":{"tf":1.4142135623730951}}}},"v":{"a":{"df":1,"docs":{"13":{"tf":1.0}},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":16,"docs":{"109":{"tf":1.7320508075688772},"11":{"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},"141":{"tf":1.0},"2":{"tf":1.4142135623730951},"40":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"68":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"10":{"tf":1.0},"107":{"tf":1.4142135623730951},"13":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"140":{"tf":1.0},"143":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":31,"docs":{"11":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"/":{"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":{"2":{":":{"7":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"4":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"139":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"10":{"tf":1.0},"125":{"tf":1.4142135623730951},"27":{"tf":1.0},"40":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"70":{"tf":1.4142135623730951},"71":{"tf":2.23606797749979},"73":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"126":{"tf":1.0},"132":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"62":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"63":{"tf":1.0}}}},"t":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"35":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":2,"docs":{"108":{"tf":1.0},"111":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"133":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0}}},"t":{"df":2,"docs":{"13":{"tf":1.0},"2":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"46":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"27":{"tf":1.0},"49":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"1":{"2":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"32":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":2.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"133":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.4142135623730951},"67":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"71":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"6":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}}},"q":{"df":4,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0}}},"r":{"df":1,"docs":{"143":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"107":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"71":{"tf":1.0}}},"w":{"df":7,"docs":{"109":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"124":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"45":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":30,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":32,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"27":{"tf":3.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":82,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":2.449489742783178},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"136":{"tf":1.0},"141":{"tf":1.0},"2":{"tf":2.8284271247461903},"27":{"tf":3.605551275463989},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":2.449489742783178},"42":{"tf":2.0},"43":{"tf":2.8284271247461903},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":2.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":2.23606797749979},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":3.605551275463989},"60":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":2.0},"64":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"53":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"63":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"56":{"tf":2.0}},"e":{"'":{"df":1,"docs":{"56":{"tf":1.0}}},"<":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"—":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"27":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.4142135623730951},"17":{"tf":1.0},"53":{"tf":1.0}},"s":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"125":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}},"d":{"df":5,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"143":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"12":{"tf":1.0},"26":{"tf":1.0},"51":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"21":{"tf":1.0},"27":{"tf":2.8284271247461903},"45":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}},"x":{"df":7,"docs":{"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"60":{"tf":1.4142135623730951},"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":34,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"27":{"tf":2.8284271247461903},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":2.6457513110645907},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":2.6457513110645907},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":2.6457513110645907}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"25":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"68":{"tf":1.0}}}},"df":4,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"27":{"tf":1.0},"92":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":5,"docs":{"71":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"113":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":1,"docs":{"141":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"6":{"4":{"df":2,"docs":{"35":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":3.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.7320508075688772},"8":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"141":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"0":{"tf":1.0},"29":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"63":{"tf":1.0}}},"df":13,"docs":{"116":{"tf":1.0},"27":{"tf":2.23606797749979},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":10,"docs":{"110":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"100":{"tf":1.0},"143":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"104":{"tf":1.4142135623730951},"11":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"113":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"64":{"tf":1.0}}}}},"b":{"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"c":{"c":{"1":{"0":{"df":1,"docs":{"17":{"tf":2.0}}},"df":0,"docs":{}},"7":{"df":1,"docs":{"17":{"tf":1.0}}},"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"17":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":17,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.0},"62":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":15,"docs":{"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0}}}},"h":{"df":0,"docs":{},"z":{"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"121":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.7320508075688772}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.0},"6":{"tf":1.0}},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"6":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}},"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"31":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":1,"docs":{"92":{"tf":1.0}}},"o":{"d":{"df":4,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"136":{"tf":1.0},"6":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"53":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"2":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"140":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"143":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"67":{"tf":1.0}},"l":{"df":4,"docs":{"113":{"tf":1.0},"125":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}},"r":{"d":{"df":4,"docs":{"102":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}}},"a":{"d":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951}}},"df":0,"docs":{},"p":{"df":1,"docs":{"125":{"tf":1.0}}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":7,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"144":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"n":{"c":{"df":3,"docs":{"27":{"tf":1.0},"40":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"43":{"tf":1.0}}},"df":6,"docs":{"139":{"tf":1.0},"50":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"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":{"df":3,"docs":{"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"6":{"tf":1.0},"68":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"19":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"103":{"tf":1.0},"7":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"135":{"tf":1.0},"23":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"63":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":5,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.4142135623730951},"7":{"tf":1.0},"79":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.4142135623730951}}}}}}}},"o":{"d":{"df":2,"docs":{"136":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"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":{"69":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"8":{"0":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"134":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"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":{}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}},"v":{"df":2,"docs":{"102":{"tf":1.4142135623730951},"6":{"tf":1.0}}}},".":{"df":27,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"17":{"tf":1.0},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":2.0},"49":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"6":{"4":{"df":12,"docs":{"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"a":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{".":{".":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"79":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"6":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"143":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":10,"docs":{"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"56":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"2":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":10,"docs":{"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"111":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"40":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0}}}},"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"108":{"tf":1.0},"140":{"tf":1.0},"50":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"133":{"tf":1.0}}}}}}},"df":11,"docs":{"100":{"tf":1.0},"15":{"tf":1.0},"27":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":2.449489742783178},"97":{"tf":1.7320508075688772},"98":{"tf":2.0}}}},"i":{"c":{"df":5,"docs":{"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"56":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":26,"docs":{"100":{"tf":1.0},"135":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":2.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"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.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"31":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":1.0},"144":{"tf":1.0},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"102":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"121":{"tf":2.0},"134":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":2.6457513110645907},"24":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"27":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"136":{"tf":1.0},"6":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.4142135623730951},"36":{"tf":1.0}},"s":{"=":{"1":{"0":{"2":{"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":{},"e":{"df":0,"docs":{},"g":{"df":14,"docs":{"10":{"tf":1.0},"107":{"tf":1.7320508075688772},"110":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"96":{"tf":1.0}}}}},"f":{"a":{"c":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"56":{"tf":1.0}}},"v":{"df":3,"docs":{"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951}}}}},"o":{"<":{"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"c":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"113":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0}},"t":{"df":14,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"71":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"(":{"a":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"49":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"u":{"df":8,"docs":{"10":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"t":{"'":{"df":9,"docs":{"103":{"tf":1.0},"2":{"tf":1.4142135623730951},"46":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":7,"docs":{"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"1":{",":{"2":{"df":2,"docs":{"91":{"tf":1.0},"92":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":2,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}},"2":{",":{"2":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}}},"3":{",":{"2":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}},"df":19,"docs":{"100":{"tf":1.4142135623730951},"63":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":2.23606797749979}},"n":{"df":2,"docs":{"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{")":{",":{"2":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"51":{"tf":1.0},"63":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":4,"docs":{"31":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}},"s":{"df":1,"docs":{"128":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"11":{"tf":1.0},"47":{"tf":1.0}}}},"y":{"df":28,"docs":{"0":{"tf":1.4142135623730951},"103":{"tf":2.0},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":2.0},"118":{"tf":1.7320508075688772},"13":{"tf":1.0},"27":{"tf":2.23606797749979},"3":{"tf":1.0},"4":{"tf":3.4641016151377544},"54":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.449489742783178},"6":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":2.6457513110645907},"76":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.6457513110645907},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"96":{"tf":2.6457513110645907},"98":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":5,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"144":{"tf":1.0},"2":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"3":{"tf":1.7320508075688772},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":5,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"71":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"117":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"128":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"40":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"113":{"tf":1.0},"139":{"tf":1.0},"55":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"61":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"55":{"tf":1.0},"6":{"tf":1.7320508075688772}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"143":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"51":{"tf":1.0}},"i":{"df":1,"docs":{"56":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"67":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"31":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"81":{"tf":1.0},"85":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"143":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"'":{"df":17,"docs":{"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"45":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}}},"df":2,"docs":{"139":{"tf":1.0},"27":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"110":{"tf":1.0},"6":{"tf":1.4142135623730951},"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"103":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"125":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.0}}},"k":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"x":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"29":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.7320508075688772},"35":{"tf":2.449489742783178},"38":{"tf":2.0},"51":{"tf":1.0},"8":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"+":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"25":{"tf":1.0}}}}},"n":{"df":1,"docs":{"19":{"tf":1.0}}},"o":{"a":{"d":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"128":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"29":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"113":{"tf":1.0},"2":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":17,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"90":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"df":6,"docs":{"85":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}},"p":{"df":1,"docs":{"49":{"tf":1.7320508075688772}},"y":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}}}},"m":{"1":{"df":4,"docs":{"77":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}},"a":{"c":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"1":{"tf":1.7320508075688772},"11":{"tf":1.0},"119":{"tf":1.0},"15":{"tf":1.0},"68":{"tf":1.0}}}}},"o":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"56":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"2":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":16,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":2.23606797749979},"46":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"102":{"tf":1.0},"8":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"df":14,"docs":{"133":{"tf":2.0},"19":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"70":{"tf":2.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"10":{"tf":1.0},"104":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":15,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"35":{"tf":1.4142135623730951},"55":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"112":{"tf":1.0},"13":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"(":{"df":0,"docs":{},"|":{"df":0,"docs":{},"x":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}}}},"df":6,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":1.7320508075688772},"12":{"tf":1.0}}}}},"k":{"df":1,"docs":{"64":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"t":{"df":2,"docs":{"70":{"tf":2.0},"73":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"140":{"tf":1.0},"27":{"tf":1.7320508075688772},"44":{"tf":1.0},"49":{"tf":1.0},"67":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"df":12,"docs":{"110":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}}},"—":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"(":{"a":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"31":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"46":{"tf":1.0},"71":{"tf":1.0},"98":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"46":{"tf":1.0},"6":{"tf":1.0},"78":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"46":{"tf":1.0},"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"4":{"tf":1.4142135623730951},"56":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"61":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"27":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"53":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"7":{"tf":1.0}}},"df":1,"docs":{"13":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"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":{"2":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"1":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"75":{"tf":3.3166247903554},"76":{"tf":2.8284271247461903}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"63":{"tf":1.0}}}},"o":{"d":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":2.6457513110645907}},"e":{"df":2,"docs":{"125":{"tf":1.0},"132":{"tf":1.7320508075688772}},"l":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"4":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772}}}},"df":1,"docs":{"29":{"tf":1.0}},"o":{"df":1,"docs":{"110":{"tf":1.0}}},"u":{"df":11,"docs":{"102":{"tf":2.6457513110645907},"109":{"tf":1.0},"110":{"tf":2.6457513110645907},"111":{"tf":3.0},"112":{"tf":1.7320508075688772},"12":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":13,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"119":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0},"65":{"tf":1.0}}}}},"s":{"df":3,"docs":{"77":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"v":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"100":{"tf":1.0},"113":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"u":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}},"df":3,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":17,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"31":{"tf":1.0},"40":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"a":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"i":{"df":14,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.7320508075688772},"143":{"tf":1.0},"27":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0}}},"y":{"(":{"a":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":10,"docs":{"31":{"tf":1.0},"49":{"tf":1.7320508075688772},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":2.0},"98":{"tf":2.449489742783178}}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"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":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"(":{"a":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"128":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"126":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"n":{"/":{"a":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"111":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"131":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}},"df":4,"docs":{"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"29":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":35,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.7320508075688772},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"61":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"137":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0}}}},"df":2,"docs":{"110":{"tf":1.0},"137":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"61":{"tf":1.0},"68":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}},"w":{"df":3,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.7320508075688772},"75":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":5,"docs":{"127":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"56":{"tf":1.0}},"j":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"113":{"tf":3.1622776601683795},"114":{"tf":2.449489742783178},"115":{"tf":2.0},"12":{"tf":1.0},"54":{"tf":1.7320508075688772}},"e":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"113":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"df":2,"docs":{"143":{"tf":1.4142135623730951},"43":{"tf":1.0}},"e":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"p":{"df":6,"docs":{"118":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"141":{"tf":1.0},"45":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":9,"docs":{"111":{"tf":1.0},"138":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0}}},"h":{"df":1,"docs":{"78":{"tf":1.0}}},"i":{"c":{"df":12,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"139":{"tf":1.0},"27":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"73":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":13,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"134":{"tf":1.0}}}},"u":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":3,"docs":{"73":{"tf":1.7320508075688772},"75":{"tf":2.0},"76":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":7,"docs":{"70":{"tf":2.449489742783178},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"74":{"tf":2.0},"75":{"tf":1.0},"76":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"29":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"68":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"39":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}}},"o":{"3":{"df":1,"docs":{"132":{"tf":1.0}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"57":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"51":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.4142135623730951}}}}}},"k":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"]":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"75":{"tf":1.0},"76":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":7,"docs":{"27":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"136":{"tf":1.0},"27":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"n":{"c":{"df":8,"docs":{"27":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":18,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":2.23606797749979},"29":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"138":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"135":{"tf":1.4142135623730951},"141":{"tf":1.0},"71":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"139":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.0}}},"df":0,"docs":{}}},"df":19,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":2.0},"51":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"8":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"70":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"87":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":13,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"143":{"tf":1.4142135623730951},"27":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}},"df":5,"docs":{"104":{"tf":1.0},"114":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"141":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":2,"docs":{"12":{"tf":1.4142135623730951},"61":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.7320508075688772},"54":{"tf":2.0}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"2":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"14":{"tf":1.0},"6":{"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":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"p":{"'":{"df":2,"docs":{"137":{"tf":1.0},"141":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.4142135623730951},"4":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"m":{"df":11,"docs":{"57":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"40":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":2.0},"6":{"tf":2.23606797749979},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"68":{"tf":1.0},"76":{"tf":1.7320508075688772},"8":{"tf":1.0},"88":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"61":{"tf":1.0},"7":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"71":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":8,"docs":{"1":{"tf":1.4142135623730951},"103":{"tf":2.23606797749979},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"111":{"tf":1.0},"27":{"tf":2.23606797749979},"57":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}}},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"137":{"tf":1.0},"141":{"tf":2.23606797749979},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"71":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":39,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"142":{"tf":1.0},"2":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":4,"docs":{"100":{"tf":2.0},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":12,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":2.449489742783178},"143":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"68":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"(":{"1":{"_":{"0":{"0":{"0":{"_":{"0":{"0":{"0":{"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":{}},"5":{"df":1,"docs":{"66":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"111":{"tf":1.0},"137":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":20,"docs":{"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.8284271247461903},"111":{"tf":2.6457513110645907},"112":{"tf":1.7320508075688772},"12":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"33":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"38":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.4142135623730951},"57":{"tf":1.0},"79":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}}}}}},"n":{"df":3,"docs":{"10":{"tf":1.0},"104":{"tf":2.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"46":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"110":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":2.23606797749979},"140":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907}}}}}}}},"o":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"70":{"tf":1.0}}},"df":4,"docs":{"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"88":{"tf":1.7320508075688772},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"131":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"107":{"tf":1.0},"71":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"137":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"111":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"6":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"1":{"tf":1.0},"11":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"6":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.7320508075688772},"51":{"tf":1.0},"61":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0}},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"!":{"(":{"\"":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":44,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"100":{"tf":1.0},"103":{"tf":2.0},"108":{"tf":1.7320508075688772},"11":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":2.0},"4":{"tf":1.7320508075688772},"54":{"tf":1.0},"59":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":2.23606797749979},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":2.449489742783178},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":12,"docs":{"118":{"tf":1.0},"27":{"tf":1.7320508075688772},"54":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"74":{"tf":2.23606797749979},"76":{"tf":1.7320508075688772},"86":{"tf":2.23606797749979},"88":{"tf":1.7320508075688772},"96":{"tf":2.23606797749979},"98":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":10,"docs":{"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"113":{"tf":1.0},"63":{"tf":1.0},"71":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"102":{"tf":1.0},"27":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"d":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"90":{"tf":1.0}}}},"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0}},"t":{"df":11,"docs":{"73":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"'":{"df":2,"docs":{"30":{"tf":1.0},"95":{"tf":1.0}}},"df":76,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":2.0},"124":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":4.123105625617661},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"44":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"47":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":2.0},"55":{"tf":3.3166247903554},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":2.6457513110645907},"63":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"65":{"tf":2.449489742783178},"66":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.6457513110645907},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":3.1622776601683795},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":3.1622776601683795},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"40":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"f":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"78":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"61":{"tf":1.0},"76":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"109":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772}}}}}},"u":{"b":{"df":9,"docs":{"74":{"tf":2.23606797749979},"75":{"tf":2.0},"76":{"tf":2.6457513110645907},"86":{"tf":2.23606797749979},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"96":{"tf":2.23606797749979},"97":{"tf":2.0},"98":{"tf":2.6457513110645907}},"l":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"4":{"tf":1.0},"57":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":17,"docs":{"118":{"tf":2.0},"27":{"tf":2.8284271247461903},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":2.23606797749979},"86":{"tf":2.23606797749979},"87":{"tf":1.7320508075688772},"88":{"tf":2.23606797749979},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979}}}}}},"df":22,"docs":{"0":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":2.23606797749979},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"83":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"96":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":21,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":2.0},"35":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"86":{"tf":2.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"102":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":3,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0}}}},"}":{"df":0,"docs":{},"{":{"2":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"100":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":2.0},"86":{"tf":2.23606797749979},"87":{"tf":2.8284271247461903},"88":{"tf":2.8284271247461903},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":2.6457513110645907},"93":{"tf":2.6457513110645907},"95":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951},"97":{"tf":3.3166247903554},"98":{"tf":2.6457513110645907}}},"y":{"[":{"0":{"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"86":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"125":{"tf":1.0},"40":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"2":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"13":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":2.0},"144":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"111":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"114":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"29":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.0}}}}}},"w":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":1,"docs":{"133":{"tf":1.0}}}},"c":{"df":2,"docs":{"122":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"100":{"tf":1.0},"135":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"137":{"tf":1.0},"2":{"tf":1.0},"61":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"138":{"tf":1.0},"142":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"68":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"76":{"tf":2.0},"78":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"74":{"tf":1.0},"76":{"tf":1.0}}}}}}},"df":2,"docs":{"74":{"tf":2.23606797749979},"76":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"68":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"140":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"143":{"tf":1.0}}},"u":{"c":{"df":3,"docs":{"68":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"58":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"13":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.4142135623730951}}},"y":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"102":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"79":{"tf":1.0}}}},"i":{"df":4,"docs":{"7":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"n":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"117":{"tf":1.0}}}},"df":0,"docs":{}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":3,"docs":{"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"53":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"125":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"60":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"91":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":11,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"23":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"2":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"70":{"tf":1.7320508075688772},"73":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"125":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"103":{"tf":1.0},"142":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":8,"docs":{"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"141":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"139":{"tf":1.0}}},"<":{"(":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"96":{"tf":1.0},"98":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":26,"docs":{"114":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":3.1622776601683795},"39":{"tf":1.0},"40":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"92":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.23606797749979}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":22,"docs":{"100":{"tf":1.4142135623730951},"79":{"tf":2.449489742783178},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":2.23606797749979},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":15,"docs":{"116":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":2.6457513110645907},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"53":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":2.449489742783178},"67":{"tf":1.0},"73":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"143":{"tf":1.0},"70":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"138":{"tf":2.23606797749979},"140":{"tf":1.7320508075688772}}}}}}},"df":8,"docs":{"102":{"tf":1.0},"143":{"tf":1.4142135623730951},"31":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"141":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"36":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}},"w":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":2.449489742783178}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"[":{"0":{"df":3,"docs":{"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":3,"docs":{"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"96":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"117":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772}}}},"u":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}}}},"df":37,"docs":{"1":{"tf":1.4142135623730951},"102":{"tf":1.0},"117":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"131":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":2.0},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.0},"97":{"tf":2.0}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":28,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"27":{"tf":2.8284271247461903},"35":{"tf":1.0},"57":{"tf":2.6457513110645907},"58":{"tf":1.7320508075688772},"59":{"tf":2.0},"60":{"tf":2.0},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":3.4641016151377544},"75":{"tf":3.3166247903554},"76":{"tf":3.4641016151377544},"86":{"tf":3.3166247903554},"87":{"tf":3.3166247903554},"88":{"tf":3.3166247903554},"96":{"tf":3.3166247903554},"97":{"tf":3.3166247903554},"98":{"tf":3.3166247903554}},"e":{".":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"1":{"5":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"60":{"tf":1.0},"66":{"tf":1.0}}}},"df":1,"docs":{"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"27":{"tf":1.7320508075688772},"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}},"s":{"(":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":7,"docs":{"118":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"27":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":4,"docs":{"27":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"&":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"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":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"s":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"118":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"57":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"125":{"tf":1.0}}},"+":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":14,"docs":{"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.4142135623730951},"27":{"tf":2.23606797749979},"3":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":2.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"123":{"tf":1.0},"23":{"tf":1.0}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"119":{"tf":1.0},"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":16,"docs":{"103":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"tf":1.0},"58":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"68":{"tf":1.0},"76":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"98":{"tf":1.0}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"109":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"56":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":5,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":27,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":2.23606797749979},"107":{"tf":2.449489742783178},"108":{"tf":2.0},"11":{"tf":1.7320508075688772},"117":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}},"—":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"136":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"133":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"0":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":1,"docs":{"13":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"13":{"tf":1.0}}},"df":4,"docs":{"119":{"tf":1.0},"13":{"tf":1.0},"17":{"tf":1.0},"7":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"13":{"tf":1.0},"143":{"tf":1.4142135623730951},"2":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"109":{"tf":1.0},"15":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":10,"docs":{"114":{"tf":1.0},"126":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":1,"docs":{"35":{"tf":1.0}}},"n":{"df":2,"docs":{"121":{"tf":1.0},"6":{"tf":1.0}}}},"g":{"df":2,"docs":{"121":{"tf":1.0},"125":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"25":{"tf":1.0},"8":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"96":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"96":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":7,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"n":{"d":{"df":6,"docs":{"4":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":1,"docs":{"68":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"61":{"tf":1.7320508075688772},"68":{"tf":2.8284271247461903},"8":{"tf":1.0}}}},"df":1,"docs":{"35":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"=":{"0":{"df":1,"docs":{"125":{"tf":1.0}}},"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":2,"docs":{"128":{"tf":1.0},"134":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":6,"docs":{"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"1":{"tf":1.7320508075688772},"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"87":{"tf":3.4641016151377544},"88":{"tf":2.449489742783178},"91":{"tf":1.0},"93":{"tf":1.7320508075688772},"97":{"tf":3.4641016151377544},"98":{"tf":2.449489742783178}}}}}},"t":{"df":16,"docs":{"1":{"tf":1.4142135623730951},"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"119":{"tf":1.0},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"76":{"tf":2.0},"88":{"tf":2.0},"98":{"tf":2.0}},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"74":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":10,"docs":{"120":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":1,"docs":{"70":{"tf":1.0}}},"df":6,"docs":{"100":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"74":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"'":{"df":2,"docs":{"122":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"122":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"140":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"68":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"67":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":24,"docs":{"27":{"tf":2.8284271247461903},"29":{"tf":1.4142135623730951},"30":{"tf":2.0},"32":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.4142135623730951},"56":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"e":{"d":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"0":{"df":5,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.7320508075688772}}},"1":{"5":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"27":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}},"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}},"4":{"0":{"0":{"df":2,"docs":{"97":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}}},"m":{"d":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"27":{"tf":1.0}}},"(":{"a":{"df":2,"docs":{"27":{"tf":2.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"(":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"(":{"7":{"df":1,"docs":{"46":{"tf":1.0}}},"a":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"<":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}},"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"(":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":2,"docs":{"78":{"tf":1.4142135623730951},"83":{"tf":1.0}}},"df":19,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"35":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":14,"docs":{"103":{"tf":1.4142135623730951},"113":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.4142135623730951},"85":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.0},"117":{"tf":1.0},"40":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"df":1,"docs":{"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"107":{"tf":1.0},"110":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"v":{"df":2,"docs":{"111":{"tf":1.0},"63":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"10":{"tf":1.0},"32":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"122":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"27":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"118":{"tf":1.0},"131":{"tf":1.0},"135":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.4142135623730951}},"i":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":2.0}}}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":4,"docs":{"95":{"tf":2.8284271247461903},"96":{"tf":2.23606797749979},"97":{"tf":2.8284271247461903},"98":{"tf":3.4641016151377544}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"c":{"=":{"\"":{".":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"131":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"0":{"tf":1.0},"41":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":18,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"71":{"tf":1.0},"80":{"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":{"49":{"tf":1.4142135623730951}}}}}}}}},"d":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":4,"docs":{"135":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"121":{"tf":1.0},"142":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"43":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"b":{"df":3,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"70":{"tf":1.0},"71":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"126":{"tf":1.0},"27":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"79":{"tf":1.0}},"i":{"df":3,"docs":{"35":{"tf":1.4142135623730951},"56":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"71":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"7":{"tf":1.0}}}},"m":{"df":6,"docs":{"85":{"tf":2.0},"87":{"tf":2.0},"88":{"tf":2.0},"95":{"tf":2.0},"97":{"tf":2.0},"98":{"tf":2.0}}},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.7320508075688772},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"{":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"v":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":43,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.7320508075688772},"27":{"tf":2.449489742783178},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":39,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"119":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.7320508075688772},"84":{"tf":1.0}}}},"s":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"143":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"73":{"tf":2.449489742783178},"75":{"tf":2.0},"76":{"tf":1.7320508075688772}}}}},"df":10,"docs":{"117":{"tf":1.0},"70":{"tf":2.8284271247461903},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":2.0},"76":{"tf":2.23606797749979},"77":{"tf":1.0},"78":{"tf":2.449489742783178}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"24":{"tf":1.0}}},"df":4,"docs":{"107":{"tf":1.0},"136":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"128":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":31,"docs":{"100":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.4142135623730951},"27":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":2.23606797749979},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"139":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"119":{"tf":1.0}}},"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":3,"docs":{"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"119":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"2":{"tf":1.0}}}}}}},"df":8,"docs":{"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"60":{"tf":1.0},"63":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"110":{"tf":1.0},"138":{"tf":1.0},"4":{"tf":1.4142135623730951},"6":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"125":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"8":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":2,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"71":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"":{"df":1,"docs":{"102":{"tf":1.0}}}}},"y":{"'":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":4,"docs":{"143":{"tf":1.0},"49":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}},"g":{"df":4,"docs":{"124":{"tf":1.0},"30":{"tf":1.0},"54":{"tf":1.0},"68":{"tf":1.0}}},"k":{"df":2,"docs":{"35":{"tf":1.0},"6":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"58":{"tf":1.0},"71":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"27":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"139":{"tf":1.0},"14":{"tf":1.4142135623730951},"27":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"70":{"tf":1.0}}}}}}},"u":{"df":13,"docs":{"141":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.0},"23":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.0}}}}},"l":{"df":1,"docs":{"61":{"tf":1.0}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"27":{"tf":1.0},"55":{"tf":1.0},"8":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"70":{"tf":3.4641016151377544},"71":{"tf":2.6457513110645907},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"76":{"tf":2.449489742783178},"77":{"tf":1.0},"78":{"tf":2.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"114":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"121":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":4,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"78":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":40,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"73":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"73":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"113":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"71":{"tf":2.23606797749979},"74":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"1":{"tf":1.0}}},"t":{"df":4,"docs":{"27":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"5":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"136":{"tf":1.0}},"i":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":5,"docs":{"121":{"tf":1.0},"141":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951},"6":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"51":{"tf":1.4142135623730951},"70":{"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":5,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"30":{"tf":1.0},"43":{"tf":1.4142135623730951},"65":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"67":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"56":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":19,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"27":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"79":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":39,"docs":{"136":{"tf":1.0},"27":{"tf":2.449489742783178},"28":{"tf":1.0},"29":{"tf":2.8284271247461903},"30":{"tf":2.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"56":{"tf":2.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"63":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"67":{"tf":2.23606797749979},"68":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":20,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":2.0},"30":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"v":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"62":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{">":{"(":{"a":{"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.7320508075688772}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"4":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"61":{"tf":1.0},"65":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"144":{"tf":1.0},"54":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"30":{"tf":1.0},"4":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"129":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"13":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"119":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":4,"docs":{"37":{"tf":1.0},"41":{"tf":1.0},"67":{"tf":1.0},"7":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"29":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"49":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"109":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"p":{"df":14,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"27":{"tf":1.0},"5":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":15,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"56":{"tf":1.7320508075688772},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"95":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":2.449489742783178}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"108":{"tf":1.0},"141":{"tf":1.0}}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":77,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.4142135623730951},"17":{"tf":2.0},"18":{"tf":1.7320508075688772},"2":{"tf":2.0},"21":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":2.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":2.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"'":{"df":8,"docs":{"1":{"tf":1.0},"85":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}},"df":18,"docs":{"1":{"tf":2.23606797749979},"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"104":{"tf":1.0},"128":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":8,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"19":{"tf":1.0}},"e":{"3":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"4":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"60":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"60":{"tf":1.0},"66":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":2.0}},"i":{"d":{"df":3,"docs":{"137":{"tf":1.0},"64":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":51,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"13":{"tf":1.4142135623730951},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"27":{"tf":4.0},"30":{"tf":2.449489742783178},"32":{"tf":2.23606797749979},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.23606797749979},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":2.0},"61":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":2.6457513110645907},"87":{"tf":1.0},"88":{"tf":2.8284271247461903},"96":{"tf":2.6457513110645907},"97":{"tf":1.0},"98":{"tf":2.8284271247461903}},"e":{"'":{"df":1,"docs":{"67":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":4,"docs":{"86":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"135":{"tf":1.0},"24":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":1,"docs":{"44":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"!":{"[":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"27":{"tf":1.0},"62":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"<":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"63":{"tf":1.0},"65":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"63":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}},"u":{"8":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.7320508075688772},"75":{"tf":1.0},"87":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":18,"docs":{"100":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":3.605551275463989},"93":{"tf":2.6457513110645907},"95":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":12,"docs":{"11":{"tf":1.0},"111":{"tf":1.7320508075688772},"12":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.7320508075688772},"86":{"tf":1.0},"96":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"4":{".":{"0":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"121":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0}}}}}}}},"i":{"a":{"df":9,"docs":{"125":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"70":{"tf":1.7320508075688772},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.4142135623730951},"88":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"83":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"31":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"14":{"tf":1.0},"44":{"tf":1.0},"70":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"136":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":5,"docs":{"119":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}},"df":18,"docs":{"119":{"tf":2.449489742783178},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"y":{"df":9,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"71":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"d":{"df":2,"docs":{"104":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":21,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"109":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"r":{"df":7,"docs":{"109":{"tf":1.0},"113":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}},"v":{"df":4,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"7":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}},"b":{"2":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"69":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"3":{"df":3,"docs":{"10":{"tf":1.7320508075688772},"69":{"tf":1.0},"79":{"tf":1.0}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"128":{"tf":1.0}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"102":{"tf":1.0},"143":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0}}}},"":{"df":0,"docs":{},"v":{"df":1,"docs":{"102":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":33,"docs":{"100":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"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},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"136":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"27":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"2":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"56":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":7,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"121":{"tf":1.0},"132":{"tf":1.0},"17":{"tf":1.0},"62":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"142":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"137":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"70":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"74":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"140":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":14,"docs":{"10":{"tf":1.0},"102":{"tf":2.0},"108":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"41":{"tf":1.0},"6":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"102":{"tf":1.0},"83":{"tf":1.0}}}},"s":{"df":2,"docs":{"6":{"tf":1.0},"71":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"141":{"tf":1.4142135623730951},"15":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"30":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":29,"docs":{"109":{"tf":1.7320508075688772},"11":{"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},"2":{"tf":1.0},"27":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.4142135623730951}}}}}}},"x":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"138":{"tf":1.0},"49":{"tf":2.449489742783178},"55":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"j":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}}},"y":{"df":1,"docs":{"49":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":1,"docs":{"90":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"138":{"tf":1.0},"17":{"tf":1.0},"54":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":3,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"108":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"68":{"tf":1.0}}}},"r":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.7320508075688772},"100":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"2":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"6":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":3,"docs":{"105":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":2.0}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"p":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"title":{"root":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"123":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"137":{"tf":1.0},"142":{"tf":1.0}}}}},"df":1,"docs":{"138":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":6,"docs":{"53":{"tf":1.0},"54":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}}}},"i":{"a":{"df":1,"docs":{"19":{"tf":1.0}}},"c":{"df":3,"docs":{"74":{"tf":1.0},"86":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"102":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"90":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"v":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"21":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"19":{"tf":1.0}}},"df":2,"docs":{"19":{"tf":1.0},"24":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"103":{"tf":1.0},"50":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.0},"53":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"10":{"tf":1.0},"11":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"109":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{},"q":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"125":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":16,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"102":{"tf":1.0},"109":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"56":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"'":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}},"v":{"df":1,"docs":{"102":{"tf":1.0}}}},".":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"79":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"63":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"15":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"71":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"116":{"tf":1.0},"59":{"tf":1.0}}}},"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":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0}},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"100":{"tf":1.0},"78":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"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":2,"docs":{"139":{"tf":1.0},"143":{"tf":1.0}},"i":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"55":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"55":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"141":{"tf":1.0},"144":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"103":{"tf":1.0},"13":{"tf":1.0},"77":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"80":{"tf":1.0},"90":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"104":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"140":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"v":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"82":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"103":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":15,"docs":{"109":{"tf":1.0},"135":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"116":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"117":{"tf":1.0},"118":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"83":{"tf":1.0},"93":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"125":{"tf":1.0},"43":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"79":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.0},"23":{"tf":1.0},"5":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":1,"docs":{"134":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"87":{"tf":1.0},"97":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"120":{"tf":1.0},"73":{"tf":1.0},"85":{"tf":1.0},"95":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"33":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"70":{"tf":1.0},"76":{"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":1,"docs":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"70":{"tf":1.0},"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"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":{"52":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"71":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"p":{"df":1,"docs":{"80":{"tf":1.0}}},"s":{"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"55":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"64":{"tf":1.0},"67":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"i":{"a":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.0},"84":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"80":{"tf":1.0}}}},"s":{"df":0,"docs":{},"m":{"3":{"2":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"119":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"b":{"2":{"df":1,"docs":{"11":{"tf":1.0}}},"3":{"df":1,"docs":{"10":{"tf":1.0}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"100":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"46":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"102":{"tf":1.0},"32":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"109":{"tf":1.0},"41":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}